aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2010-10-15 23:15:49 +0800
committerjohans <johans@FreeBSD.org>2010-10-15 23:15:49 +0800
commit5eb66d62da226031faf8e04c55f5a68ebda94286 (patch)
treec9243f2ee5a801db17f14fcb9a1ca0d55dcfb3bb /math
parent0782cb8ab081381a70006f6dfac0337d2372a020 (diff)
downloadfreebsd-ports-gnome-5eb66d62da226031faf8e04c55f5a68ebda94286.tar.gz
freebsd-ports-gnome-5eb66d62da226031faf8e04c55f5a68ebda94286.tar.zst
freebsd-ports-gnome-5eb66d62da226031faf8e04c55f5a68ebda94286.zip
Add data and meta-data files for ocaml findlib,
thus making it easier to use with other projects. Reported by: Wojciech Kaczmarek
Diffstat (limited to 'math')
-rw-r--r--math/ocaml-ocamlgraph/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/ocaml-ocamlgraph/Makefile b/math/ocaml-ocamlgraph/Makefile
index 085d5a6a3e6c..274e343e3890 100644
--- a/math/ocaml-ocamlgraph/Makefile
+++ b/math/ocaml-ocamlgraph/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ocamlgraph
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://ocamlgraph.lri.fr/download/
PKGNAMEPREFIX= ocaml-
@@ -19,12 +20,14 @@ OPTIONS= GUI "Include user programs: viewer and editor" off
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
USE_OCAML_LDCONFIG= yes
+USE_OCAMLFIND_PLIST= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_SUB+= OCAMLGRAPHDIR="${OCAML_LIBDIR}/${PORTNAME}"
ALL_TARGET= all
+INSTALL_TARGET= install install-findlib
.include <bsd.port.pre.mk>