mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
15 lines
308 B
Makefile
15 lines
308 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
|
|
PORTNAME= gittrac
|
|
CATEGORIES= devel
|
|
|
|
COMMENT= Web-Based Bug And Patch-Set Tracking System For Git
|
|
|
|
RUN_DEPENDS= git>=0:devel/git
|
|
|
|
MASTERDIR= ${.CURDIR}/../cvstrac
|
|
MAKE_ARGS= APPNAME=gittrac
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
.include "${MASTERDIR}/Makefile"
|