mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
ae22a7846a
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
|
|
PORTNAME= svntrac
|
|
PORTREVISION= 4
|
|
|
|
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion
|
|
|
|
RUN_DEPENDS= subversion>=0:devel/subversion
|
|
|
|
MASTERDIR= ${.CURDIR}/../cvstrac
|
|
MAKE_ARGS= APPNAME=svntrac
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
CPE_PRODUCT= cvstrac
|
|
|
|
.include "${MASTERDIR}/Makefile"
|