1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/mail/horde-ingo/Makefile
Olli Hauer 4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@)
2013-12-30 20:55:18 +00:00

40 lines
809 B
Makefile

# $FreeBSD$
PORTNAME= ingo
PORTVERSION= 3.1.3
CATEGORIES= mail www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde email filter rules 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_Autoloader \
Horde_Core \
Horde_Exception \
Horde_Group \
Horde_Form \
Horde_Imap_Client \
Horde_Mime \
Horde_Perms \
Horde_Share \
Horde_Util
# Optional but we want it
RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \
${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>