blob: a397b63d703042ccc2e4ebd109532081733f7a48 (
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
|
# New ports collection makefile for: rth
# Date created: 2006-06-06
# Whom: Jan Siml <jsi@jules.de>
#
# $FreeBSD$
#
PORTNAME= rth
PORTVERSION= 1.7.0
CATEGORIES= devel www
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jsi@jules.de
COMMENT= Web-based requirement, test and bugtracking system
USE_ZIP= yes
NO_BUILD= yes
USE_PHP= mysql gd
SUB_LIST= "PKGNAME=${PKGNAME}"
SUB_FILES= pkg-message
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
@${ECHO} "Installing in ${PREFIX}/www/rth"
${MKDIR} ${PREFIX}/www/rth
${MV} ${WRKSRC}/api/properties_inc.php ${WRKSRC}/api/properties_inc.php-dist
${CP} -R ${WRKSRC}/* ${PREFIX}/www/rth
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/rth
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|