freebsd-ports/devel/cvstrac/Makefile
Bruce M Simpson 5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00

31 lines
670 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.5
CATEGORIES= devel
MASTER_SITES= http://www.cvstrac.org/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web-Based Bug And Patch-Set Tracking System For CVS
LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
USE_GMAKE= yes
MAKE_ARGS= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
NOMAN=
PLIST_FILES= bin/cvstrac
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvstrac ${PREFIX}/bin
.include <bsd.port.mk>