4f34b70b07
add / change BUILD_DEPENDS for all ports using camlp4. Findlib is changed because it won't use camlp4 and doesn't install the Bytes module anymore, which is now included in OCaml 4.02. ok avsm@
34 lines
657 B
Makefile
34 lines
657 B
Makefile
# $OpenBSD: Makefile,v 1.21 2014/09/02 09:24:44 chrisz Exp $
|
|
|
|
COMMENT= curses calendar front-end to remind
|
|
|
|
DISTNAME= wyrd-1.4.5
|
|
REVISION= 1
|
|
CATEGORIES= productivity
|
|
|
|
HOMEPAGE= http://pessimization.com/software/wyrd/
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c m ncurses
|
|
|
|
MODULES= lang/ocaml
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} lang/ocaml-camlp4
|
|
RUN_DEPENDS= misc/remind
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wyrd
|
|
${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/share/examples/wyrd
|
|
|
|
.include <bsd.port.mk>
|