openbsd-ports/productivity/devtodo/Makefile
bernd 9b0c253c15 Add @conflict markers for the following conflicts:
devtodo-0.1.17p1,openmotif-demos-2.3.0
        /usr/local/bin/todo
gnokii-0.6.14p2,gnokii-0.6.14p2-no_x11,smstools-3.0.9
        /usr/local/bin/sendsms
openmotif-demos-2.3.0,tree-0.61
        /usr/local/bin/tree

ok espie@
2007-08-03 17:42:45 +00:00

35 lines
861 B
Makefile

# $OpenBSD: Makefile,v 1.13 2007/08/03 17:42:45 bernd Exp $
COMMENT= "reminder/task program aimed at developers"
DISTNAME= devtodo-0.1.17
PKGNAME= ${DISTNAME}p2
CATEGORIES= productivity devel
HOMEPAGE= http://swapoff.org/DevTodo/
MASTER_SITES= http://swapoff.org/files/devtodo/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ncurses readline stdc++
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
EXAMPLES= doc/scripts.* doc/todorc.example contrib/*
DOCS= README QuickStart
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devtodo
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devtodo
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} \
${PREFIX}/share/doc/devtodo
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} \
${PREFIX}/share/examples/devtodo
.include <bsd.port.mk>