mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
33216e375b
PR: ports/98358 Submitted by: Dan Langille <dan@langille.org> (maintainer)
37 lines
766 B
Makefile
37 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>
|