37 lines
777 B
Makefile
37 lines
777 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/09/05 21:37:26 avsm 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 = 3
|
|
|
|
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 = 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>
|