freebsd-ports/www/dotproject-devel/Makefile
Jean Milanez Melo 6e32a33ccc - Update to 2.0.2.
PR:		ports/96958
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Antonio Carlos <antonio@php.net> (maintainer), mnag (mentor)
2006-05-12 18:27:43 +00:00

34 lines
750 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.0.2
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= antonio@php.net
COMMENT= Open Source Project Management tool
WRKSRC= ${WRKDIR}/${PORTNAME}
DOTPROJECTDIR= ${PREFIX}/www/${PORTNAME}
NO_BUILD= yes
USE_PHP= gd mysql session
WANT_PHP_WEB= yes
SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR}
SUB_FILES= pkg-message
do-install:
${MKDIR} ${DOTPROJECTDIR}
${CP} -R ${WRKSRC}/* ${DOTPROJECTDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>