2000-08-01 11:58:29 +00:00
|
|
|
# New ports collection makefile for: brs
|
|
|
|
# Date created: 12 July 2000
|
|
|
|
# Whom: Kim Scarborough <user@unknown.nu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= camlp4
|
2001-04-20 15:00:15 +00:00
|
|
|
PORTVERSION= 3.01
|
2000-08-01 11:58:29 +00:00
|
|
|
CATEGORIES= devel
|
2000-10-13 20:17:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \
|
2001-04-20 15:00:15 +00:00
|
|
|
http://cristal.inria.fr/~ddr/Camlp4/ftp/ \
|
2000-08-01 11:58:29 +00:00
|
|
|
http://www.unknown.nu/ports/
|
|
|
|
|
|
|
|
MAINTAINER= user@unknown.nu
|
|
|
|
|
2000-09-16 13:03:23 +00:00
|
|
|
BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml
|
2000-08-01 11:58:29 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_WRKSRC= ${WRKSRC}/config
|
|
|
|
CONFIGURE_SCRIPT= configure_batch
|
|
|
|
CONFIGURE_ENV= PREFIX=${PREFIX}
|
2000-09-16 13:03:23 +00:00
|
|
|
ALL_TARGET= world bootstrap opt
|
2000-08-01 11:58:29 +00:00
|
|
|
|
|
|
|
MAN1= camlp4.1
|
2001-04-20 15:00:15 +00:00
|
|
|
MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4o.opt.1 \
|
|
|
|
camlp4.1 camlp4r.1 camlp4.1 camlp4r.opt.1 \
|
|
|
|
camlp4.1 mkcamlp4.1 camlp4.1 ocpp.1
|
2000-08-01 11:58:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|