2009-06-08 10:57:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2009/06/08 14:57:37 sthen Exp $
|
2002-08-27 21:41:11 -04:00
|
|
|
|
2007-09-15 17:28:22 -04:00
|
|
|
COMMENT= reminder/task program aimed at developers
|
2002-08-27 21:41:11 -04:00
|
|
|
|
2007-12-17 14:55:48 -05:00
|
|
|
DISTNAME= devtodo-0.1.20
|
2009-06-08 10:57:37 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2002-11-21 21:37:36 -05:00
|
|
|
CATEGORIES= productivity devel
|
2002-08-27 21:41:11 -04:00
|
|
|
|
2004-06-21 17:21:03 -04:00
|
|
|
HOMEPAGE= http://swapoff.org/DevTodo/
|
2002-11-21 21:37:36 -05:00
|
|
|
|
2009-06-08 10:57:37 -04:00
|
|
|
MASTER_SITES= http://swapoff.org/files/devtodo/ \
|
|
|
|
http://spacehopper.org/mirrors/
|
|
|
|
|
|
|
|
# GPLv2
|
2002-08-27 21:41:11 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-12-17 14:55:48 -05:00
|
|
|
|
2004-12-02 16:13:43 -05:00
|
|
|
WANTLIB= c m ncurses readline stdc++
|
2002-08-27 21:41:11 -04:00
|
|
|
|
2006-11-03 17:18:41 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2002-08-27 21:41:11 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2002-12-22 23:57:47 -05:00
|
|
|
EXAMPLES= doc/scripts.* doc/todorc.example contrib/*
|
|
|
|
DOCS= README QuickStart
|
|
|
|
|
2002-08-27 21:41:11 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devtodo
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devtodo
|
2002-12-22 23:57:47 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} \
|
2007-12-17 14:55:48 -05:00
|
|
|
${PREFIX}/share/doc/devtodo
|
2002-12-22 23:57:47 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} \
|
2007-12-17 14:55:48 -05:00
|
|
|
${PREFIX}/share/examples/devtodo
|
2002-08-27 21:41:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|