Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / time / devtodo / Makefile
blobef47f1cb8a337351edd6c6748542bb42694d4cf5
1 # $NetBSD: Makefile,v 1.30 2012/10/08 13:04:17 asau Exp $
3 DISTNAME= devtodo-0.1.20
4 PKGREVISION= 3
5 CATEGORIES= time
6 MASTER_SITES= http://swapoff.org/files/devtodo/
8 MAINTAINER= pkgsrc-users@NetBSD.org
9 HOMEPAGE= http://swapoff.org/DevTodo
10 COMMENT= Display and manage a list of items that are outstanding
12 USE_LANGUAGES= c c++
13 USE_LIBTOOL= yes
14 USE_GNU_READLINE= # uses rl_startup_hook()
15 GNU_CONFIGURE= yes
17 EGDIR= ${PREFIX}/share/examples/devtodo
18 INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
20 post-install:
21 .for cfile in changelog2html \
22 changelog2todo \
23 tdrec \
24 todo-nodone-html.xslt \
25 todo2html-2.xslt \
26 todo2html.xslt \
27 todo2pdf.README \
28 todo2pdf.sh \
29 todo2pdf.xslt
30 ${INSTALL_DATA} ${WRKSRC}/contrib/${cfile} ${DESTDIR}${EGDIR}
31 .endfor
33 .include "../../devel/readline/buildlink3.mk"
34 .include "../../mk/bsd.pkg.mk"