freebsd-ports/databases/mantis/Makefile
Pav Lucistnik 33216e375b - Update to 1.0.3
PR:		ports/98358
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
2006-06-10 11:27:48 +00:00

36 lines
766 B
Makefile

# New ports collection makefile for: mantis
# Date created: 6 December 2002
# Whom: Sebastien Gioria <gioria@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= mantis
PORTVERSION= 1.0.3
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mantisbt
MAINTAINER= dan@langille.org
COMMENT= A bug tracking system written in PHP
NO_BUILD= yes
USE_MYSQL= yes
USE_APACHE= yes
USE_PHP= yes
SUB_FILES= pkg-message
post-patch:
@${RM} ${WRKSRC}/.cvsignore
@${RM} ${WRKSRC}/core/.cvsignore
do-install:
@${ECHO} "Installing in ${PREFIX}/www/mantis"
${MKDIR} ${PREFIX}/www/mantis
${CP} -R ${WRKSRC}/* ${PREFIX}/www/mantis
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/mantis
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>