4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
48 lines
860 B
Makefile
48 lines
860 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mnemo
|
|
PORTVERSION= 4.1.2
|
|
CATEGORIES= deskutils www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde web based notes manager
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LATEST_LINK= horde-${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
|
|
|
|
NO_STAGE= yes
|
|
.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>
|