aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"