39 lines
801 B
Makefile
39 lines
801 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/11/20 09:48:40 espie Exp $
|
|
|
|
COMMENT= curses calendar front-end to remind
|
|
|
|
DISTNAME= wyrd-1.4.4
|
|
REVISION= 3
|
|
CATEGORIES= productivity
|
|
|
|
HOMEPAGE= http://pessimization.com/software/wyrd/
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m ncurses
|
|
|
|
MODULES= lang/ocaml
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= misc/remind
|
|
|
|
USE_GROFF= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wyrd
|
|
${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/share/examples/wyrd
|
|
${INSTALL_DATA} ${WRKSRC}/wyrdrc ${DESTDIR}/${SYSCONFDIR}/wyrdrc
|
|
|
|
.include <bsd.port.mk>
|