aboutsummaryrefslogtreecommitdiffstats
path: root/www/eventum/Makefile
blob: cb5ce261960f61f8acb0d200b27f1ba8efd44cf8 (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
# New ports collection makefile for:    eventum
# Date created:     2005-07-18
# Whom:         Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#

PORTNAME=   eventum
PORTVERSION=    2.0.1
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= eventum

MAINTAINER= farrokhi@FreeBSD.org
COMMENT=    Eventum issue tracking system

NO_BUILD=   YES
USE_PHP=    pcre session mysql gd gettext
WANT_PHP_WEB=   YES

pre-configure:
    @${RM} ${WRKSRC}/misc/monitor.php.orig

do-install:
    @${MKDIR} ${WWWDIR}
    @ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
    @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
    ${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
    ${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755

.include <bsd.port.mk>