1 # $NetBSD: Makefile,v 1.30 2012/10/08 13:04:17 asau Exp $
3 DISTNAME
= devtodo-0.1
.20
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
14 USE_GNU_READLINE
= # uses rl_startup_hook()
17 EGDIR
= ${PREFIX}/share
/examples
/devtodo
18 INSTALL_MAKE_FLAGS
+= sysconfdir
=${EGDIR}
21 .for cfile in changelog2html \
24 todo-nodone-html.xslt \
30 ${INSTALL_DATA} ${WRKSRC}/contrib
/${cfile} ${DESTDIR}${EGDIR}
33 .
include "../../devel/readline/buildlink3.mk"
34 .
include "../../mk/bsd.pkg.mk"