freebsd-ports/databases/mantis/Makefile
Pav Lucistnik 997ff03ecb - Update to 1.2.3
PR:		ports/150580
Submitted by:	Dan Langille <dan@langille.org> (maintainer)
2010-09-15 14:30:02 +00:00

35 lines
722 B
Makefile

# New ports collection makefile for: mantis
# Date created: 6 December 2002
# Whom: Sebastien Gioria <gioria@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= mantis
PORTVERSION= 1.2.3
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION}
DISTNAME= mantisbt-${PORTVERSION}
MAINTAINER= dan@langille.org
COMMENT= A bug tracking system written in PHP
NO_BUILD= yes
USE_MYSQL= yes
USE_PHP= pcre
SUB_FILES= pkg-message
pre-everything::
@${ECHO_CMD} ${DMSG}
do-install:
@${ECHO} "Installing in WWWDIR: ${WWWDIR}"
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/* ${WWWDIR}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>