diff options
Diffstat (limited to 'deskutils/horde-mnemo/Makefile')
-rw-r--r-- | deskutils/horde-mnemo/Makefile | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/deskutils/horde-mnemo/Makefile b/deskutils/horde-mnemo/Makefile new file mode 100644 index 000000000000..7ad3e4d62f7a --- /dev/null +++ b/deskutils/horde-mnemo/Makefile @@ -0,0 +1,52 @@ +# Ports collection makefile for: Mnemo +# Date created: Sun May 19, 2002 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= mnemo +PORTVERSION= 4.0.1 +CATEGORIES= deskutils www pear +PKGNAMEPREFIX= horde- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde web based notes manager + +LICENSE= AL2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LATEST_LINK= horde4-${PORTNAME} + +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 + +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MPDF} +USE_HORDE_RUN+= Horde_Pdf +.endif + +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> |