1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/gittrac/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

16 lines
320 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
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"