aboutsummaryrefslogtreecommitdiff
path: root/devel/truc/Makefile
blob: 4d4a774e0fe497d139eb9930829efeff6cda4076 (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
PORTNAME=	truc
PORTVERSION=	0.12.0
PORTREVISION=	3
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
WWW=		https://sourceforge.net/projects/truc/

NO_BUILD=	yes
USE_PHP=	mysqli gd

USES=		cpe php:web shebangfix
SHEBANG_FILES=	FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \
		FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/header.cgi \
		FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/progress.cgi \
		FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/upload.cgi
CPE_VENDOR=	jan_schutze
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_LIST=	"PKGNAME=${PKGNAME}"
SUB_FILES=	pkg-message

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/www/truc
#	${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist
	${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/truc

.include <bsd.port.mk>