mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
36 lines
781 B
Makefile
36 lines
781 B
Makefile
# New ports collection makefile for: truc
|
|
# Date created: 2007-03-10
|
|
# Whom: Jan Siml <jsi@jules.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= truc
|
|
PORTVERSION= 0.10.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= truc
|
|
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} ${PREFIX}/www/truc
|
|
# ${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist
|
|
${CP} -R ${WRKSRC}/* ${PREFIX}/www/truc
|
|
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/truc
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|