aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:34:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:34:59 +0000
commit85eef8a8d7d2fd370600ffcbe61ae60cf3ab7fb9 (patch)
tree8a2c992f5d360eb47dcfd5eae90ac0d61ad038ab /archivers
parentfd6766078bf104e77f5b8d556b1eec8243ef4a21 (diff)
downloadports-85eef8a8d7d2fd370600ffcbe61ae60cf3ab7fb9.tar.gz
ports-85eef8a8d7d2fd370600ffcbe61ae60cf3ab7fb9.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/php52-zip/Makefile14
-rw-r--r--archivers/php52-zlib/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 3b98d19cc720..213dd66186ba 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -134,6 +134,7 @@
SUBDIR += php5-zlib
SUBDIR += php52-bz2
SUBDIR += php52-zip
+ SUBDIR += php52-zlib
SUBDIR += pigz
SUBDIR += ppmd
SUBDIR += ppmd-7z
diff --git a/archivers/php52-zip/Makefile b/archivers/php52-zip/Makefile
new file mode 100644
index 000000000000..569118731a28
--- /dev/null
+++ b/archivers/php52-zip/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-zip
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= archivers
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -zip
+
+.include "${MASTERDIR}/Makefile"
diff --git a/archivers/php52-zlib/Makefile b/archivers/php52-zlib/Makefile
new file mode 100644
index 000000000000..b683d244d1a6
--- /dev/null
+++ b/archivers/php52-zlib/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-zlib
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= archivers
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -zlib
+
+.include "${MASTERDIR}/Makefile"