aboutsummaryrefslogtreecommitdiffstats
path: root/www/twig/Makefile
blob: 9917ab27484d1f3fa0363b34cea37fc32ec40e1b (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
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    twig
# Date created:             12 Jun 2002
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=   twig
PORTVERSION=    2.7.7
PORTREVISION=   2
CATEGORIES= www mail
MASTER_SITES=   http://www.informationgateway.org/download/

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Web Based Email Client and Scheduler

.if !defined(WITHOUT_PHP_DEPENDS)
.if !defined(WITH_PHP3)
USE_PHP=    ctype imap openssl pgsql pcre posix session tokenizer xml zlib
.else
RUN_DEPENDS+=   ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT}
.endif
.endif

NO_BUILD=   YES
PHP3_PORT?= www/mod_php3
TWIG?=      www/data-dist/twig
PLIST_SUB+= TWIG=${TWIG}
ROOTFILES=  index.php3 test.php3 goto.php3
CONFFILES=  .htaccess mailfooter.inc.php3.sample
USERFILES=  announcements.inc.php3 config.inc.php3 dbconfig.inc.php3 \
        defaults.inc.php3 footer.inc.php3 header.inc.php3 \
        images.inc.php3 login.footer.inc.php3 login.form.php3 \
        login.header.inc.php3 mainmenu.inc.php3 newusergroups.inc.php3

do-install:
    -${MKDIR} ${PREFIX}/${TWIG}/config
    @(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${TWIG}/ )
    @(cd ${WRKSRC} && ${CP} -R features  ${PREFIX}/${TWIG}/ )
    @(cd ${WRKSRC} && ${CP} -R images    ${PREFIX}/${TWIG}/ )
    @(cd ${WRKSRC} && ${CP} -R lib       ${PREFIX}/${TWIG}/ )
    @(cd ${WRKSRC}/config && ${CP} ${CONFFILES} ${PREFIX}/${TWIG}/config/ )
.for i in ${USERFILES}
    @${CP} ${WRKSRC}/config/${i} ${PREFIX}/${TWIG}/config/${i}-dist
    @if test ! -f ${PREFIX}/${TWIG}/config/${i} ; then \
        ${CP} ${WRKSRC}/config/${i} ${PREFIX}/${TWIG}/config/${i}; \
    fi
.endfor

.include <bsd.port.mk>