1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/rth/Makefile
Baptiste Daroussin c93492e84e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:06:07 +00:00

34 lines
778 B
Makefile

# Created by: Jan Siml <jsi@jules.de>
# $FreeBSD$
PORTNAME= rth
PORTVERSION= 1.7.0
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/Release%20${PORTVERSION}/Release%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web-based requirement, test, and bugtracking system
USES= zip
NO_BUILD= yes
USE_PHP= mysql gd
SUB_LIST= "PKGNAME=${PKGNAME}"
SUB_FILES= pkg-message
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= 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>