3fbd06d67b
security/pear-Horde_Share 2.0.2 textproc/pear-Horde_SpellChecker 2.1.0 comms/pear-Horde_SyncMl 2.0.2 textproc/pear-Horde_Text_Filter 2.0.4 devel/pear-Horde_Token 2.0.2 sysutils/pear-Horde_Vfs 2.0.4 ftp/horde-gollem 3.0.0RC2 www/horde-base 5.0.3 mail/horde-imp 6.0.3 mail/horde-ingo 3.0.2 deskutils/horde-groupware 5.0.3 deskutils/horde-kronolith 4.0.3 deskutils/horde-mnemo 4.0.2 deskutils/horde-nag 4.0.2 devel/horde-timeobjects 2.0.2 www/horde-trean 1.0.0RC1 mail/horde-turba 4.0.2 mail/horde-webmail 5.0.3
42 lines
797 B
Makefile
42 lines
797 B
Makefile
# Ports collection makefile for: horde-trean
|
|
# Date created: Dec 18, 2012
|
|
# Whom: Martin Matuska (mm@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trean
|
|
DISTVERSION= 1.0.0RC1
|
|
CATEGORIES= www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Bookmark Manager
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LATEST_LINK= horde-${PORTNAME}
|
|
|
|
USE_PHP= gettext json
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
horde \
|
|
content \
|
|
Horde_Auth \
|
|
Horde_Autoloader \
|
|
Horde_Controller \
|
|
Horde_Core \
|
|
Horde_Date \
|
|
Horde_Db \
|
|
Horde_Exception \
|
|
Horde_Form \
|
|
Horde_Notification \
|
|
Horde_Perms \
|
|
Horde_Util \
|
|
Horde_Vfs \
|
|
Horde_View
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|