freebsd-ports/devel/cvstrac/Makefile
Bruce M Simpson dab5e5b989 Fix leap year calculation. Bump PORTREVISION.
PR:		ports/64871
Submitted by:	Johannes Groedem
2004-06-16 07:35:59 +00:00

29 lines
603 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
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cvstrac.org/cvstrac/
MAINTAINER= bms@FreeBSD.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=
PLIST_FILES= bin/cvstrac
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvstrac ${PREFIX}/bin
.include <bsd.port.mk>