mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
eb5d10f4aa
System For CVS. PR: 51975 Submitted by: Bruce M Simpson <bms@spc.org>
28 lines
558 B
Makefile
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>
|