65c7c6238a
- make use of bsd.port.arch.mk properties - update MASTER_SITES but still doesn't work with the current ocaml. ok by @avsm, @jasper
38 lines
795 B
Makefile
38 lines
795 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/12/04 07:01:07 chrisz Exp $
|
|
|
|
COMMENT= XML extension types for Objective Caml
|
|
CATEGORIES= lang textproc
|
|
|
|
BROKEN= "needs update to match OCaml 4.00"
|
|
|
|
V= 3.12.1.0
|
|
DISTNAME= ocamlduce-${V}
|
|
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/644/
|
|
|
|
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
|
|
|
|
BUILD_DEPENDS+= sysutils/findlib
|
|
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
ALL_TARGET = world
|
|
INSTALL_TARGET = installbyte
|
|
.include <bsd.port.arch.mk>
|
|
.if ${PROPERTIES:Mocaml_native}
|
|
ALL_TARGET += world.opt
|
|
INSTALL_TARGET += installopt
|
|
.endif
|
|
|
|
|
|
.include <bsd.port.mk>
|