For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket)
24 lines
486 B
Makefile
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>
|