aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/horde4-nag/Makefile
blob: be757118e426eca2889058811f098bf90cd4bcf0 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Ports collection makefile for:  Nag
# Date created:           Sun Dec 14, 2001
# Whom:               Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#

PORTNAME=   nag
PORTVERSION=    1.1.1
CATEGORIES= deskutils www
MASTER_SITES=   ftp://ftp.horde.org/pub/nag/                \
        ftp://ftp.planetmirror.com/pub/horde/nag/       \
        ftp://ftp.au.horde.org/pub/horde/nag/           \
        ftp://ftp.be.horde.org/nag/             \
        ftp://ftp.es.horde.org/pub/nag/             \
        ftp://ftp.it.horde.org/pub/mirror/horde.org/nag/    \
        ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/nag/    \
        ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/nag/   \
        http://ftp.horde.org/pub/nag/

MAINTAINER= thierry@pompo.net
COMMENT=    Nag is a simple, multiuser task list manager

RUN_DEPENDS=    ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3

NO_BUILD=   yes
USE_REINPLACE=  yes

REINPLACE_ARGS= -i.beforeNag

PLIST_SUB=  HORDEDIR=${LHORDEDIR} NAGDIR=${LNAGDIR}

DOCS=       COPYING README docs/CHANGES docs/CREDITS docs/INSTALL   \
        docs/RELEASE_NOTES docs/TODO
CONFFILE=   conf.php html.php menu.php prefs.php
SUB_DIRS=   config graphics lib locale po scripts templates

LHORDEDIR?= www/horde
LNAGDIR?=   ${LHORDEDIR}/nag

HORDEDIR=   ${PREFIX}/${LHORDEDIR}
NAGDIR=     ${PREFIX}/${LNAGDIR}
CONFDIR=    ${NAGDIR}/config

HORDE_INC=  ${LOCALBASE}/etc/horde

post-patch:
        @${RM} ${WRKSRC}/config/conf.php.dist.orig      \
            ${WRKSRC}/scripts/drivers/nag_tasks.sql.orig

do-install:
    @${MKDIR}  ${NAGDIR}
.for REP in ${SUB_DIRS}
    @${CP} -Rp ${WRKSRC}/${REP} ${NAGDIR}
.endfor
    @${CP} -p  ${WRKSRC}/*.php ${NAGDIR}
.for FILE in ${CONFFILE}
    @if [ ! -f ${CONFDIR}/${FILE} ]; then \
      ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \
    fi
.endfor
    @${CHOWN} -R www:www ${NAGDIR}
    @${CHMOD} -R o-rwx ${CONFDIR}
    @${CP} -p ${FILESDIR}/httpd.conf.nag ${HORDE_INC}
    @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \
        ${HORDE_INC}/httpd.conf.nag
    @${RM} ${HORDE_INC}/httpd.conf.nag.beforeNag
    @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTNAG::" ${HORDEDIR}/config/registry.php
    @${CP} -p ${HORDEDIR}/config/registry.php       \
        ${HORDEDIR}/config/registry.php.afterNag
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for FILE in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
    @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

post-install:
    @${ECHO_MSG}
    @${SED} -e "s:%%NAGDIR%%:${NAGDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g"  \
        -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" ${PKGMESSAGE}
    @${ECHO_MSG}

.include <bsd.port.mk>