summaryrefslogtreecommitdiff
path: root/graphics/ocaml-images/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-07 17:33:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-07 17:33:53 +0000
commitd02465ee5bd1e47c51b942f66a4c99d7dc742601 (patch)
tree8d47c69f62bdc6ecb045240a1f96a4c538108460 /graphics/ocaml-images/Makefile
parentUpgrade to 1.5.17 due to 1.5.16 distfile being rm'ed from master site. (diff)
add ocaml-images 2.10
Objective Caml image processing library
Notes
Notes: svn path=/head/; revision=75033
Diffstat (limited to 'graphics/ocaml-images/Makefile')
-rw-r--r--graphics/ocaml-images/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile
new file mode 100644
index 000000000000..3b87531729ec
--- /dev/null
+++ b/graphics/ocaml-images/Makefile
@@ -0,0 +1,38 @@
+# ex:ts=8
+# Ports collection makefile for: ocaml-images
+# Date created: Feb 7, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= images
+PORTVERSION= 2.10
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/
+PKGNAMEPREFIX= ocaml-
+DISTNAME= camlimages-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
+ lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \
+ gs:${PORTSDIR}/print/ghostscript-afpl
+RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
+ lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \
+ gs:${PORTSDIR}/print/ghostscript-afpl
+LIB_DEPENDS= ungif:${PORTSDIR}/graphics/libungif \
+ png:${PORTSDIR}/graphics/png \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ tiff:${PORTSDIR}/graphics/tiff
+
+USE_XPM= yes
+USE_FREETYPE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= \
+ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+USE_GMAKE= yes
+
+.include <bsd.port.mk>