1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/cvstrac/Makefile
Will Andrews eb5d10f4aa Add cvstrac 1.1.2, a Web-Based Bug And Patch-Set Tracking
System For CVS.

PR:		51975
Submitted by:	Bruce M Simpson <bms@spc.org>
2003-06-03 05:01:12 +00:00

28 lines
558 B
Makefile

# New ports collection makefile for: cvstrac
# Date created: 29 August 2002
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= cvstrac
PORTVERSION= 1.1.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cvstrac.org/cvstrac/
MAINTAINER= bms@spc.org
COMMENT= Web-Based Bug And Patch-Set Tracking System For CVS
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite
USE_GMAKE= yes
MAKE_ARGS= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
NOMAN=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvstrac ${PREFIX}/bin
.include <bsd.port.mk>