2008-02-01 19:04:35 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2008/02/02 00:04:35 martynas 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
|
|
|
|
2007-12-12 17:11:51 -05:00
|
|
|
DISTNAME= wyrd-1.4.3
|
2008-02-01 19:04:35 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2005-06-29 17:57:28 -04:00
|
|
|
CATEGORIES= productivity
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.eecs.umich.edu/~pelzlpj/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
|
|
|
|
2005-06-29 17:57:28 -04:00
|
|
|
BUILD_DEPENDS= ::misc/remind
|
2007-12-12 17:11:51 -05:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
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
|
2005-06-29 17:57:28 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|