31 lines
703 B
Makefile
31 lines
703 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/08/24 09:33:31 jasper Exp $
|
|
|
|
COMMENT = abstract engine for text edition
|
|
CATEGORIES = devel
|
|
|
|
DISTNAME = zed-1.2
|
|
PKGNAME = ocaml-${DISTNAME}
|
|
REVISION = 0
|
|
MASTER_SITES = http://forge.ocamlcore.org/frs/download.php/944/
|
|
|
|
HOMEPAGE = http://forge.ocamlcore.org/projects/zed/
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
MODULES = lang/ocaml
|
|
|
|
BUILD_DEPENDS = sysutils/findlib devel/ocaml-react devel/ocaml-camomile
|
|
RUN_DEPENDS = lang/ocaml devel/ocaml-camomile
|
|
|
|
CONFIGURE_STYLE = oasis
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKDIST}/{LICENSE,CHANGES} ${PREFIX}/share/doc/ocaml-zed/
|
|
|
|
|
|
.include <bsd.port.mk>
|