f927ae941d
comms/pear-Horde_ActiveSync 2.29.2 -> 2.30.0 devel/pear-Horde_Core 2.22.0 -> 2.22.1 devel/pear-Horde_Nls 2.0.5 -> 2.1.0 devel/pear-Horde_Notification 2.0.2 -> 2.0.3 textproc/pear-Horde_Pdf 2.0.5 -> 2.0.6 devel/pear-Horde_Queue 1.1.2 -> 1.1.3 security/pear-Horde_Secret 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.4 -> 2.2.5 devel/pear-Horde_Token 2.0.6 -> 2.0.7 devel/horde-content 2.0.4 -> 2.0.5 ftp/horde-gollem 3.0.5 -> 3.0.6 www/horde-base 5.2.7 -> 5.2.8 mail/horde-imp 6.2.10 -> 6.2.11 mail/horde-ingo 3.2.6 -> 3.2.7 deskutils/horde-kronolith 4.2.9 -> 4.2.11 deskutils/horde-mnemo 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.5 -> 4.2.6 www/horde-passwd 5.0.3 -> 5.0.4 www/horde-trean 1.1.2 -> 1.1.3 mail/horde-turba 4.2.8 -> 4.2.10 mail/horde-webmail 5.2.10 -> 5.2.11 deskutils/horde-groupware 5.2.10 -> 5.2.11
41 lines
707 B
Makefile
41 lines
707 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mnemo
|
|
PORTVERSION= 4.2.8
|
|
CATEGORIES= deskutils www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde web based notes manager
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= horde cpe
|
|
USE_PHP= gettext
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
horde \
|
|
Horde_Auth \
|
|
Horde_Core \
|
|
Horde_Data \
|
|
Horde_Exception \
|
|
Horde_Form \
|
|
Horde_Group \
|
|
Horde_History \
|
|
Horde_Icalendar \
|
|
Horde_Injector \
|
|
Horde_Perms \
|
|
Horde_Prefs \
|
|
Horde_Share \
|
|
Horde_Support \
|
|
Horde_Text_Filter \
|
|
Horde_Util
|
|
|
|
OPTIONS_DEFAULT= PDF
|
|
OPTIONS_DEFINE= PDF
|
|
PDF_DESC= Support PDF generation
|
|
|
|
PDF_USE= HORDE_RUN=Horde_Pdf
|
|
|
|
.include <bsd.port.mk>
|