mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
07b2788864
Reported by: pointyhat
33 lines
700 B
Makefile
33 lines
700 B
Makefile
# New ports collection makefile for: cvstrac
|
|
# Date created: 29 August 2002
|
|
# Whom: Bruce M Simpson <bms@spc.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME?= cvstrac
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cvstrac.org/
|
|
DISTNAME= cvstrac-${PORTVERSION}
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT?= Web-Based Bug And Patch-Set Tracking System For CVS
|
|
|
|
WRKSRC= ${WRKDIR}/cvstrac-${PORTVERSION}
|
|
USE_SQLITE= yes
|
|
USE_GNOME= pkgconfig
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ARGS+= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
NOMAN=
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|