aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-09-22 06:29:25 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-09-22 06:29:25 +0000
commit11e63d0ce96b3e755e1abffd41e37601dfaa2664 (patch)
tree972a2f2a8cd8421a1a164ea33ea54ecc04dac0c5
parent709432950faccf4211fddefd63019e3ead60f7ae (diff)
Notes
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/php4-imlib2/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 42e3c7df0511..331c4241f060 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -489,6 +489,7 @@
SUBDIR += php-magickwand
SUBDIR += php4-exif
SUBDIR += php4-gd
+ SUBDIR += php4-imlib2
SUBDIR += php4-ming
SUBDIR += php5-exif
SUBDIR += php5-gd
diff --git a/graphics/php4-imlib2/Makefile b/graphics/php4-imlib2/Makefile
new file mode 100644
index 000000000000..a6ab2d09cb72
--- /dev/null
+++ b/graphics/php4-imlib2/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-imlib2
+# Date created: 18 September 2006
+# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../graphics/php5-imlib2
+
+DEFAULT_PHP_VER=4
+
+.include "${MASTERDIR}/Makefile"