aboutsummaryrefslogtreecommitdiff
path: root/graphics/enfle/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-09-27 17:39:02 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-09-27 17:39:02 +0000
commitd75016cec0704d40bce6f4f863b71d8358805c00 (patch)
tree674fddee485d85f3b9de28db889bee81ac22b461 /graphics/enfle/Makefile
parentc16e084bdaba87c3a9f1269623bc523abde164a0 (diff)
downloadports-d75016cec0704d40bce6f4f863b71d8358805c00.tar.gz
ports-d75016cec0704d40bce6f4f863b71d8358805c00.zip
Notes
Diffstat (limited to 'graphics/enfle/Makefile')
-rw-r--r--graphics/enfle/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile
new file mode 100644
index 000000000000..c630be376e47
--- /dev/null
+++ b/graphics/enfle/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: enfle
+# Version required: 19990926
+# Date created: Tue Sep 28 02:25:17 JST 1999
+# Whom: Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
+#
+# $FreeBSD$
+#
+
+DISTNAME= enfle-19990926
+CATEGORIES= graphics
+MASTER_SITES= http://enfle.fennel.org/
+
+MAINTAINER= mami@whale.cc.muroran-it.ac.jp
+
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-all-plugins\
+ --enable-plugins-dir
+
+.include <bsd.port.mk>