aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-23 23:40:05 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-23 23:40:05 +0800
commitf167e2b999889d7d90235d66054a7249a00d50f8 (patch)
tree1320c1d9bdf8e947b03ffbabb32f3c6aeaf911d9 /graphics
parente8174e776ab817114edef6f4fb764a371f915b33 (diff)
downloadfreebsd-ports-gnome-f167e2b999889d7d90235d66054a7249a00d50f8.tar.gz
freebsd-ports-gnome-f167e2b999889d7d90235d66054a7249a00d50f8.tar.zst
freebsd-ports-gnome-f167e2b999889d7d90235d66054a7249a00d50f8.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/php52-exif/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index d04ac235dfcd..42d9c3a5c5b4 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -688,6 +688,7 @@
SUBDIR += php5-exif
SUBDIR += php5-ffmpeg
SUBDIR += php5-gd
+ SUBDIR += php52-exif
SUBDIR += phplot
SUBDIR += phpsview
SUBDIR += picpuz
diff --git a/graphics/php52-exif/Makefile b/graphics/php52-exif/Makefile
new file mode 100644
index 000000000000..12cdaffb4052
--- /dev/null
+++ b/graphics/php52-exif/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-exif
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -exif
+
+.include "${MASTERDIR}/Makefile"