freebsd-ports/ftp/horde-gollem/Makefile
Martin Matuska f8a70bc4e2 Horde port fixes:
- unify LATEST_LINK
- remove CONFLICTS
- fix comments
2012-12-18 13:24:49 +00:00

47 lines
898 B
Makefile

# Ports collection makefile for: horde-gollem
# Date created: Oct 11, 2011
# Whom: Martin Matuska (mm@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= gollem
DISTVERSION= 3.0.0RC1
CATEGORIES= ftp www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Web-based File Manager
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LATEST_LINK= horde-${PORTNAME}
USE_PHP= gettext json
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Cache \
Horde_Core \
Horde_Editor \
Horde_Exception \
Horde_Mime \
Horde_Mime_Viewer \
Horde_Perms \
Horde_Secret \
Horde_Serialize \
Horde_Support \
Horde_Url \
Horde_Util \
Horde_Vfs \
Horde_View
# Optional but we want it
USE_HORDE_RUN+= Horde_Db \
Horde_Share
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>