mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
bb3d8a2d71
glarkin@FreeBSD.org. Approved by: beech (mentor)
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# New ports collection makefile for: gittrac
|
|
# Date created: 30 Apr 2008
|
|
# Whom: 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:${PORTSDIR}/devel/git
|
|
|
|
MASTERDIR= ${.CURDIR}/../cvstrac
|
|
MAKE_ARGS= APPNAME=gittrac
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
.include "${MASTERDIR}/Makefile"
|