mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
f7be09af98
Sponsored by: Netzkommune GmbH
43 lines
733 B
Makefile
43 lines
733 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ansel
|
|
PORTVERSION= 3.0.10
|
|
CATEGORIES= www pear graphics
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Photo Management and Web Gallery
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= horde cpe php
|
|
USE_PHP= gettext hash
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
horde \
|
|
content \
|
|
Horde_Auth \
|
|
Horde_Autoloader \
|
|
Horde_Core \
|
|
Horde_Date \
|
|
Horde_Db \
|
|
Horde_Exception \
|
|
Horde_Form \
|
|
Horde_Group \
|
|
Horde_Image \
|
|
Horde_Mime \
|
|
Horde_Nls \
|
|
Horde_Perms \
|
|
Horde_Prefs \
|
|
Horde_Serialize \
|
|
Horde_Share \
|
|
Horde_Support \
|
|
Horde_Text_Filter \
|
|
Horde_Url \
|
|
Horde_Util \
|
|
Horde_View \
|
|
Horde_Vfs
|
|
|
|
.include <bsd.port.mk>
|