aboutsummaryrefslogtreecommitdiffstats
path: root/www/horde-wicked/Makefile
blob: 7fbe2cd026351d25d5750839a6b88bc093ba33fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# $FreeBSD$

PORTNAME=   wicked
PORTVERSION=    2.0.7
CATEGORIES= www pear
PKGNAMEPREFIX=  horde-

MAINTAINER= horde@FreeBSD.org
COMMENT=    Horde Wiki Application

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS+=   ${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki

USES=   horde cpe
USE_PHP=    gettext
USE_HORDE_BUILD=    Horde_Role
USE_HORDE_RUN=  Horde_Role \
        horde \
        Horde_Auth \
        Horde_Autoloader \
        Horde_Core \
        Horde_Db \
        Horde_Exception \
        Horde_Form \
        Horde_Http \
        Horde_Lock \
        Horde_Mail \
        Horde_Mime \
        Horde_Mime_Viewer \
        Horde_Notification \
        Horde_Perms \
        Horde_Rpc \
        Horde_Text_Diff \
        Horde_Url \
        Horde_Util \
        Horde_Vfs

.include <bsd.port.mk>