2010-11-17 03:05:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/17 08:05:18 espie Exp $
|
2005-09-23 10:27:27 -04:00
|
|
|
|
2007-09-15 20:27:05 -04:00
|
|
|
COMMENT= XML extension types for Objective Caml
|
2005-09-23 10:27:27 -04:00
|
|
|
CATEGORIES= lang textproc
|
|
|
|
|
2009-05-19 23:24:50 -04:00
|
|
|
BROKEN= "needs update to match OCaml 3.11"
|
2006-05-28 23:55:33 -04:00
|
|
|
V= 3.09.2pl1
|
2005-09-23 10:27:27 -04:00
|
|
|
DISTNAME= ocamlduce-${V}
|
2010-10-24 17:06:28 -04:00
|
|
|
REVISION= 0
|
2005-09-23 10:27:27 -04:00
|
|
|
MASTER_SITES= http://pauillac.inria.fr/~frisch/ocamlcduce/download/
|
|
|
|
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.cduce.org/ocaml.html
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ocaml
|
|
|
|
WANTLIB= curses m c pthread
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
2006-05-28 23:55:33 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
MAKE_FLAGS= CAMLC=ocamlc${MODOCAML_NATIVE:S,Yes,.opt,:S,No,,}
|
2005-09-23 10:27:27 -04:00
|
|
|
ALL_TARGET= all ${MODOCAML_NATIVE:S,Yes,opt,:S,No,,}
|
2006-05-28 23:55:33 -04:00
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
BUILD_DEPENDS= sysutils/findlib
|
|
|
|
RUN_DEPENDS= sysutils/findlib
|
2006-05-28 23:55:33 -04:00
|
|
|
|
|
|
|
pre-fake:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/ocaml/site-lib
|
2005-09-23 10:27:27 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|