diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:03:02 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 20:03:02 +0000 |
commit | e57aed613b46e5c7fe113ed98708a6c945448cae (patch) | |
tree | 76a2fe2ffd268079b0cf1b1a7b36992da41887c1 /archivers/pear-Horde_Compress/Makefile | |
parent | e4621958b3df07a7da0fd01d72b13bf229866714 (diff) |
Notes
Diffstat (limited to 'archivers/pear-Horde_Compress/Makefile')
-rw-r--r-- | archivers/pear-Horde_Compress/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archivers/pear-Horde_Compress/Makefile b/archivers/pear-Horde_Compress/Makefile new file mode 100644 index 000000000000..5a6ce452a9fd --- /dev/null +++ b/archivers/pear-Horde_Compress/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Horde_Compress +# Date created: 6 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Compress +PORTVERSION= 1.0.3 +CATEGORIES= archivers www pear +PKGNAMEPREFIX= pear- + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Compression API + +OPTIONS= ZLIB "Depend on PHP zlib extension" On + +USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Util Horde_Stream_Filter + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_ZLIB) +USE_PHP+= zlib +.endif + +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> |