diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:37:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:37:05 +0000 |
commit | dad9273a5190b55e437530d679b1f6baeb32e506 (patch) | |
tree | 288a5b42b6580caaab60ea7cb9c26a417e136fae /archivers/php4-zlib | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=113982
Diffstat (limited to 'archivers/php4-zlib')
-rw-r--r-- | archivers/php4-zlib/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/php4-zlib/Makefile b/archivers/php4-zlib/Makefile new file mode 100644 index 000000000000..505fa33833b3 --- /dev/null +++ b/archivers/php4-zlib/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-zlib +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" |