freebsd-ports/www/horde-wicked/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

40 lines
681 B
Makefile

# $FreeBSD$
PORTNAME= wicked
PORTVERSION= 2.0.5
CATEGORIES= www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Wiki Application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki
USES= horde cpe
USE_PHP= gettext
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Autoloader \
Horde_Core \
Horde_Db \
Horde_Exception \
Horde_Form \
Horde_Http \
Horde_Lock \
Horde_Mail \
Horde_Mime \
Horde_Mime_Viewer \
Horde_Notification \
Horde_Perms \
Horde_Rpc \
Horde_Text_Diff \
Horde_Url \
Horde_Util \
Horde_Vfs
.include <bsd.port.mk>