mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a35532360f
WWW: http://www.cduce.org/ocaml PR: ports/109564 Submitted by: Jaap Boender <jaapb at kerguelen.rg>
37 lines
787 B
Makefile
37 lines
787 B
Makefile
# New ports collection makefile for: ocamlduce
|
|
# Date created: Feb 24, 2007
|
|
# Whom: Jaap Boender <jaapb@kerguelen.rg>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ocamlduce
|
|
PORTVERSION= 3.09.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://gallium.inria.fr/~frisch/ocamlcduce/download/
|
|
PKGNAMESUFFIX= pl1
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
COMMENT= Library to integrate XML features into OCaml
|
|
|
|
USE_GMAKE= yes
|
|
USE_OCAML= yes
|
|
USE_OCAML_FINDLIB=yes
|
|
|
|
ALL_TARGET= all opt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk"
|
|
|
|
post-extract:
|
|
# For nonstandard prefixes
|
|
.if !exists(${OCAMLFIND_DESTDIR})
|
|
${MKDIR} ${OCAMLFIND_DESTDIR}
|
|
.endif
|
|
.if !exists(${OCAMLFIND_LDCONF})
|
|
${TOUCH} ${OCAMLFIND_LDCONF}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|