freebsd-ports/devel/rth/Makefile
Renato Botelho 98f9d59a21 - Update to 1.5.6
PR:		ports/99749
Submitted by:	maintainer
2006-07-04 19:01:13 +00:00

35 lines
783 B
Makefile

# New ports collection makefile for: rth
# Date created: 2006-06-06
# Whom: Jan Siml <jsi@jules.de>
#
# $FreeBSD$
#
PORTNAME= rth
PORTVERSION= 1.5.6
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rth
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jsi@jules.de
COMMENT= Web-based requirement, test and bugtracking system
NO_BUILD= yes
USE_PHP= mysql gd
USE_ZIP= yes
SUB_LIST= "PKGNAME=${PKGNAME}"
SUB_FILES= pkg-message
WANT_PHP_WEB= yes
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>