1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/dotproject/Makefile
2009-12-15 10:26:03 +00:00

36 lines
860 B
Makefile

# New ports collection makefile for: dotproject
# Date created: 12 April 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= dotproject
PORTVERSION= 2.1.3
CATEGORIES= www devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/dotProject%20Version%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= garga@FreeBSD.org
COMMENT= Open Source Project Management tool
WRKSRC= ${WRKDIR}/BigBlueHat-${PORTNAME}-527fa57
DOTPROJECTDIR= ${PREFIX}/www/${PORTNAME}
NO_BUILD= yes
USE_PHP= gd mysql session zlib
WANT_PHP_WEB= yes
USE_APACHE= 1.3+
SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR}
SUB_FILES= pkg-message
do-install:
${MKDIR} ${DOTPROJECTDIR}
${CP} -R ${WRKSRC}/${PORTNAME}/* ${DOTPROJECTDIR}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DOTPROJECTDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>