PR: 125270 125271 125272 125278 125281 125282 125284 125285 125287 125288 125289 125290 125291 125292 125293 125295 125296 125297 125300 Submitted by: rodrigc
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# New ports collection makefile for: svntrac
|
|
# Date created: 13 May 2008
|
|
# Whom: Greg Larkin <glarkin@sourcehosting.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= svntrac
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion
|
|
|
|
RUN_DEPENDS= subversion>=0:${PORTSDIR}/devel/subversion
|
|
|
|
MASTERDIR= ${.CURDIR}/../cvstrac
|
|
MAKE_ARGS= APPNAME=svntrac
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
.include "${MASTERDIR}/Makefile"
|