1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/truc/Makefile
Vanilla I. Shu 7d971a8b58 Stageify.
Approved by:	portmgr@
2014-05-24 14:18:31 +00:00

29 lines
713 B
Makefile

# Created by: Jan Siml <jsi@jules.de>
# $FreeBSD$
PORTNAME= truc
PORTVERSION= 0.12.0
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TRUC%20Testing%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jsi@jules.de
COMMENT= Web-based tool for requirement and use case tracking
NO_BUILD= yes
USE_PHP= mysql gd
SUB_LIST= "PKGNAME=${PKGNAME}"
SUB_FILES= pkg-message
WANT_PHP_WEB= yes
do-install:
@${ECHO} "Installing in ${PREFIX}/www/truc"
${MKDIR} ${STAGEDIR}${PREFIX}/www/truc
# ${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/truc
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/www/truc
.include <bsd.port.mk>