2007-12-17 19:55:48 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2007/12/17 19:55:48 okan 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
|
2002-11-22 02:37:36 +00:00
|
|
|
CATEGORIES= productivity devel
|
2002-08-28 01:41:11 +00:00
|
|
|
|
2004-06-21 21:21:03 +00:00
|
|
|
HOMEPAGE= http://swapoff.org/DevTodo/
|
|
|
|
MASTER_SITES= http://swapoff.org/files/devtodo/
|
2002-11-22 02:37:36 +00:00
|
|
|
|
2002-08-28 01:41:11 +00:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-12-17 19:55:48 +00:00
|
|
|
|
2004-12-02 21:13:43 +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
|
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/*
|
|
|
|
DOCS= README QuickStart
|
|
|
|
|
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>
|