1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/opencvs/Makefile
Johan van Selst 78d7f07f6e - Update to a new snapshot
- Claim maintainership
- Simplify (reduce) patchfiles
2010-06-08 20:57:44 +00:00

28 lines
552 B
Makefile

# New ports collection makefile for: opencvs
# Date created: 1 November 2008
# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= opencvs
PORTVERSION= 20100608
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= johans
MAINTAINER= johans@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>