2010-06-12 11:49:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/06/12 15:49:41 naddy Exp $
|
2005-06-29 17:57:28 -04:00
|
|
|
|
2007-09-15 17:28:22 -04:00
|
|
|
COMMENT= curses calendar front-end to remind
|
2005-06-29 17:57:28 -04:00
|
|
|
|
2009-03-11 17:31:07 -04:00
|
|
|
DISTNAME= wyrd-1.4.4
|
2010-06-12 11:49:41 -04:00
|
|
|
PKGNAME= ${DISTNAME}p3
|
2005-06-29 17:57:28 -04:00
|
|
|
CATEGORIES= productivity
|
|
|
|
|
2009-03-11 17:31:07 -04:00
|
|
|
HOMEPAGE= http://pessimization.com/software/wyrd/
|
2007-04-02 15:27:43 -04:00
|
|
|
|
2008-02-01 15:26:42 -05:00
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
2007-04-02 15:27:43 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2005-06-29 17:57:28 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-12-12 17:11:51 -05:00
|
|
|
WANTLIB= c m ncurses
|
2005-06-29 17:57:28 -04:00
|
|
|
|
|
|
|
MODULES= lang/ocaml
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
USE_GMAKE= Yes
|
2007-12-12 17:11:51 -05:00
|
|
|
|
2010-06-12 11:49:41 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::misc/remind
|
2005-06-29 17:57:28 -04:00
|
|
|
|
2007-04-02 15:27:43 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2005-06-29 17:57:28 -04:00
|
|
|
post-install:
|
2007-12-12 17:11:51 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wyrd
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/share/examples/wyrd
|
2009-03-11 17:31:07 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/wyrdrc ${DESTDIR}/${SYSCONFDIR}/wyrdrc
|
2005-06-29 17:57:28 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|