openbsd-ports/productivity/wyrd/Makefile

34 lines
638 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 11:37:55 espie Exp $
COMMENT= curses calendar front-end to remind
DISTNAME= wyrd-1.4.5
REVISION= 0
CATEGORIES= productivity
2009-03-11 17:31:07 -04:00
HOMEPAGE= http://pessimization.com/software/wyrd/
MAINTAINER= Okan Demirmen <okan@openbsd.org>
MASTER_SITES= ${HOMEPAGE}
# GPL
PERMIT_PACKAGE_CDROM= Yes
2010-11-05 03:57:07 -04:00
WANTLIB= c m ncurses
MODULES= lang/ocaml
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 04:48:38 -05:00
RUN_DEPENDS= misc/remind
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wyrd
${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/share/examples/wyrd
.include <bsd.port.mk>