72508b5b7b
-MantisBT 1.2.5 is a maintenance update for the stable 1.2.x branch. It is recommended that all MantisBT users (including those still using 1.1.x or earlier versions) upgrade to this latest release. -This release brings improved translations in many languages as well as numerous bug fixes across a range of MantisBT features. -A full changelog for 1.2.5 can be found on the official site: http://www.mantisbt.org/bugs/changelog_page.php?version_id=113 PR: ports/156763 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Approved by: itetcu (mentor)(implicit)
32 lines
698 B
Makefile
32 lines
698 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.5
|
|
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= hash pcre session
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
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>
|