mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d9c742a9e0
2: use @sample, bump version.
31 lines
778 B
Makefile
31 lines
778 B
Makefile
# Created by: Jan Siml <jsi@jules.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rth
|
|
PORTVERSION= 1.7.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
|
SUB_LIST= "PKGNAME=${PKGNAME}"
|
|
SUB_FILES= pkg-message
|
|
WANT_PHP_WEB= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${ECHO} "Installing in ${PREFIX}/www/rth"
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/www/rth
|
|
${MV} ${WRKSRC}/api/properties_inc.php ${WRKSRC}/api/properties_inc.php.sample
|
|
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/rth
|
|
|
|
.include <bsd.port.mk>
|