diff options
Diffstat (limited to 'archivers/php4-zip/Makefile')
-rw-r--r-- | archivers/php4-zip/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |