diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-12-14 13:55:47 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-12-14 13:55:47 +0000 |
commit | 944a873d791fbb8aebb176b250c1e592e3838d01 (patch) | |
tree | d1a1cb6d8cd9568e2415711e74431fed7553e41d /archivers | |
parent | 05aa792b1b556075490b3ed3f657d98b906879f3 (diff) | |
download | pkgsrc-944a873d791fbb8aebb176b250c1e592e3838d01.tar.gz |
add PHP4 Zip module - module for Zip archive handling, using zziplib
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php4-zip/DESCR | 2 | ||||
-rw-r--r-- | archivers/php4-zip/Makefile | 15 |
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" |