freebsd-ports/archivers/pear-Horde_Compress/Makefile
Adam Weinberger 41fcfb64f9 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
2014-07-03 19:06:07 +00:00

24 lines
486 B
Makefile

# $FreeBSD$
PORTNAME= Horde_Compress
PORTVERSION= 2.0.8
CATEGORIES= archivers www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Compression API
OPTIONS_DEFAULT= ZLIB
OPTIONS_DEFINE= ZLIB
ZLIB_DESC= Depend on PHP zlib extension
USE_HORDE_RUN= Horde_Exception \
Horde_Translation \
Horde_Util \
Horde_Stream_Filter
ZLIP_USE= PHP=zlib
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>