freebsd-ports/databases/mantis/Makefile
Martin Wilke 1f5c230b64 - Update to 1.1.5
PR:		129437
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	maintainer
Security:	http://www.vuxml.org/freebsd/29255141-c3df-11dd-a721-0030843d3802.html
		http://www.vuxml.org/freebsd/00d6040a-b8e0-11dd-a578-0030843d3802.html
2008-12-06 22:39:49 +00:00

42 lines
877 B
Makefile

# New ports collection makefile for: mantis
# Date created: 6 December 2002
# Whom: Sebastien Gioria <gioria@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= mantis
PORTVERSION= 1.1.5
CATEGORIES= databases www
MASTER_SITES= SF/mantisbt
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
PLIST_SUB+= WWWDIR_REL=${WWWDIR_REL}
.ifdef(MANTISDIR)
WWWDIR= ${MANTISDIR}
DMSG= "Usage of MANTISDIR is depreciated and will be dropped in future versions, please use WWWDIR instead."
.endif
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>