openbsd-ports/devel/ocaml-lambda-term/Makefile
sthen 6b71415200 Add missing dep on ocaml-lwt.
Put WANTLIB in the normal place.
2012-08-21 13:06:28 +00:00

37 lines
795 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/08/21 13:06:28 sthen Exp $
COMMENT = library for manipulating the terminal
CATEGORIES = devel
DISTNAME = lambda-term-1.2
PKGNAME = ocaml-${DISTNAME}
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/945/
REVISION = 2
HOMEPAGE = http://forge.ocamlcore.org/projects/lambda-term
# BSD3
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
WANTLIB = c ev m pthread
MODULES = lang/ocaml
BUILD_DEPENDS = sysutils/findlib devel/ocaml-lwt devel/ocaml-zed
RUN_DEPENDS = lang/ocaml devel/ocaml-lwt devel/ocaml-zed
LIB_DEPENDS = devel/libev
CONFIGURE_STYLE = oasis
post-install:
${INSTALL_DATA} \
${WRKDIST}/{LICENSE,CHANGES} \
${PREFIX}/share/doc/ocaml-lambda-term/
.include <bsd.port.mk>