2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2013/03/21 08:48:52 ajacoutot 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
|
2012-07-02 05:01:41 -04:00
|
|
|
REVISION= 1
|
2002-11-21 21:37:36 -05:00
|
|
|
CATEGORIES= productivity devel
|
2002-08-27 21:41:11 -04:00
|
|
|
|
2012-07-02 05:01:41 -04:00
|
|
|
HOMEPAGE= http://swapoff.org/devtodo1.html
|
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
|
2007-12-17 14:55:48 -05:00
|
|
|
|
2012-07-02 05:01:41 -04:00
|
|
|
WANTLIB= c m ncurses readline stdc++
|
2002-08-27 21:41:11 -04:00
|
|
|
|
2010-11-05 03:57:07 -04:00
|
|
|
USE_GROFF= 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/*
|
2012-07-02 05:01:41 -04:00
|
|
|
DOCS= README QuickStart
|
2002-12-22 23:57:47 -05:00
|
|
|
|
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>
|