aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:09:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:09:11 +0000
commitc75f2c1cfd8ce3b89a581c4fd1300e3549303fd5 (patch)
tree051c03c4cd9b1304952a37ca58226d61623d82d2 /graphics
parent9a1cd992e7820a320b93fdc2a9edd4aaf3fe1f7b (diff)
downloadports-c75f2c1cfd8ce3b89a581c4fd1300e3549303fd5.tar.gz
ports-c75f2c1cfd8ce3b89a581c4fd1300e3549303fd5.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/php4-exif/Makefile14
-rw-r--r--graphics/php4-ming/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index c632a17f4e67..1ed6181c7f76 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -320,6 +320,7 @@
SUBDIR += photopc
SUBDIR += php4-exif
SUBDIR += php4-gd
+ SUBDIR += php4-ming
SUBDIR += php5-gd
SUBDIR += phplot
SUBDIR += picturebook
diff --git a/graphics/php4-exif/Makefile b/graphics/php4-exif/Makefile
new file mode 100644
index 000000000000..497f8a618099
--- /dev/null
+++ b/graphics/php4-exif/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-exif
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -exif
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/php4-ming/Makefile b/graphics/php4-ming/Makefile
new file mode 100644
index 000000000000..124def881813
--- /dev/null
+++ b/graphics/php4-ming/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-ming
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -ming
+
+.include "${MASTERDIR}/Makefile"