freebsd-ports/devel/opencvs/Makefile
Gabor Kovesdan 69d5c43463 OpenCVS is a FREE implementation of the Concurrent Versions System, the most
popular open source revision control software. It can be used as both client
and server for repositories and provides granular access control over data
stored in the repository. It aims to be as compatible as possible with other
CVS implementations, except when particular features reduce the overall
security of the system.

WWW: http://www.opencvs.org/

This port was requested by rdivacky@, who created the dist patches for
OpenCVS.
2008-11-01 18:43:36 +00:00

28 lines
550 B
Makefile

# New ports collection makefile for: opencvs
# Date created: 1 November 2008
# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= opencvs
PORTVERSION= 20081101
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor
MAINTAINER= gabor@FreeBSD.org
COMMENT= BSD-licensed CVS implementation
WRKSRC= ${WRKDIR}/cvs
MANCOMPRESSED= maybe
MAN7= cvsintro.7
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
MANDIR="${MANPREFIX}/man/man" \
CATDIR="${MANPREFIX}/man/man"
PLIST_FILES= bin/opencvs
.include <bsd.port.mk>