mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
61bcae45bc
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# New ports collection makefile for: svntrac
|
|
# Date created: 13 May 2008
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= svntrac
|
|
PORTREVISION= 4
|
|
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"
|