aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 17:13:09 +0800
committerale <ale@FreeBSD.org>2004-07-19 17:13:09 +0800
commitb705da3177f0a1d5b7b62f8a746213a5547c5fd1 (patch)
treef4288c3d735aa4547829047d39173e39882c0552 /graphics
parent79d8ac2d7e15f2d70d9f961023a14c1da6855cd6 (diff)
downloadfreebsd-ports-gnome-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.tar.gz
freebsd-ports-gnome-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.tar.zst
freebsd-ports-gnome-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.zip
Add a new shared extension for PHP.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/php5-exif/Makefile14
-rw-r--r--graphics/php5-ming/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 4dba04d15ef4..29da927fbabb 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -323,6 +323,7 @@
SUBDIR += php4-ming
SUBDIR += php5-exif
SUBDIR += php5-gd
+ SUBDIR += php5-ming
SUBDIR += phplot
SUBDIR += picturebook
SUBDIR += piddle
diff --git a/graphics/php5-exif/Makefile b/graphics/php5-exif/Makefile
new file mode 100644
index 000000000000..b02212ed4e9c
--- /dev/null
+++ b/graphics/php5-exif/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-exif
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -exif
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php5-ming/Makefile b/graphics/php5-ming/Makefile
new file mode 100644
index 000000000000..e0c4e0684da2
--- /dev/null
+++ b/graphics/php5-ming/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-ming
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -ming
+
+.include "${MASTERDIR}/Makefile"