aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 16:09:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 16:09:22 +0000
commitb3db7b9bc30b6d96610adb45d7f097cecd589204 (patch)
tree6c8f8815cc77de410599274ed650e6b4646391c0 /graphics
parentb205cbeecd7c3a814cdbbbe2ee408b87fbf7a739 (diff)
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Notes
Notes: svn path=/head/; revision=253102
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/php52-ming/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 6c84711881f2..9b2c06d1f859 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -690,6 +690,7 @@
SUBDIR += php5-gd
SUBDIR += php52-exif
SUBDIR += php52-gd
+ SUBDIR += php52-ming
SUBDIR += phplot
SUBDIR += phpsview
SUBDIR += picpuz
diff --git a/graphics/php52-ming/Makefile b/graphics/php52-ming/Makefile
new file mode 100644
index 000000000000..fc53ef8b6c3d
--- /dev/null
+++ b/graphics/php52-ming/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-ming
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= graphics
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -ming
+
+.include "${MASTERDIR}/Makefile"