aboutsummaryrefslogtreecommitdiff
path: root/devel/camlp4/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-13 20:17:09 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-13 20:17:09 +0000
commit99ca6f8804d1f51efe6c08f4cb6c1c5cf448a3db (patch)
tree9c965ebe1a16ee71ce2022a97368d8058e9a2e6b /devel/camlp4/Makefile
parentac4acd2783dce33032f6614ab23346d25a720ce9 (diff)
downloadports-99ca6f8804d1f51efe6c08f4cb6c1c5cf448a3db.tar.gz
ports-99ca6f8804d1f51efe6c08f4cb6c1c5cf448a3db.zip
Notes
Diffstat (limited to 'devel/camlp4/Makefile')
-rw-r--r--devel/camlp4/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile
index aa78edbe9151..887486a1651e 100644
--- a/devel/camlp4/Makefile
+++ b/devel/camlp4/Makefile
@@ -4,20 +4,15 @@
#
# $FreeBSD$
#
-# This is not the current version, but the version needs to
-# be <= the version of ocaml, which hasn't been updated. Once
-# the ocaml maintainer updates it, I'll update this.
PORTNAME= camlp4
-PORTVERSION= 2.04
+PORTVERSION= 3.00
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/OLD/2.04/ \
+MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \
http://www.unknown.nu/ports/
MAINTAINER= user@unknown.nu
-BROKEN= "Does not compile"
-
BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml
HAS_CONFIGURE= yes
@@ -27,8 +22,8 @@ CONFIGURE_ENV= PREFIX=${PREFIX}
ALL_TARGET= world bootstrap opt
MAN1= camlp4.1
-MANLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \
- camlp4.1 ocpp.1
-MANCOMPRESSED= no
+MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \
+ camlp4.1 ocpp.1 camlp4.1 camlp4o.1 camlp4.1 camlp4r.opt.1 \
+ camlp4.1 camlp4o.opt.1
.include <bsd.port.mk>