summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-12-14 13:55:47 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-12-14 13:55:47 +0000
commit3d4b9295a0855e5a6ccb57455b34bfa3114961f3 (patch)
treed1a1cb6d8cd9568e2415711e74431fed7553e41d /archivers
parent878a40d653eae261b9b9972565563433f76b2f7a (diff)
downloadpkgsrc-3d4b9295a0855e5a6ccb57455b34bfa3114961f3.tar.gz
add PHP4 Zip module - module for Zip archive handling, using zziplib
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php4-zip/DESCR2
-rw-r--r--archivers/php4-zip/Makefile15
2 files changed, 17 insertions, 0 deletions
diff --git a/archivers/php4-zip/DESCR b/archivers/php4-zip/DESCR
new file mode 100644
index 00000000000..bb73380c468
--- /dev/null
+++ b/archivers/php4-zip/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides ZIP archive handling support for PHP4.
diff --git a/archivers/php4-zip/Makefile b/archivers/php4-zip/Makefile
new file mode 100644
index 00000000000..9390cb7f0c7
--- /dev/null
+++ b/archivers/php4-zip/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 13:55:47 jdolecek Exp $
+
+MODNAME= zip
+CATEGORIES+= archivers
+PKGREVISION= # empty
+COMMENT= PHP4 extension for ZIP archive handling
+
+USE_BUILDLINK2= YES
+
+.include "../../www/php4/Makefile.module"
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../archivers/zziplib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"