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