mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2fb0b2f0ca
- Add manpages [1] - Add license [2] - Remove some unneeded patches [2] Reported by: obrien PR: ports/156490 [1] PR: ports/156491 [2]
31 lines
599 B
Makefile
31 lines
599 B
Makefile
# New ports collection makefile for: opencvs
|
|
# Date created: 1 November 2008
|
|
# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opencvs
|
|
PORTVERSION= 20110420
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= johans
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= BSD-licensed CVS implementation
|
|
|
|
LICENSE= BSD
|
|
WRKSRC= ${WRKDIR}/cvs
|
|
MANCOMPRESSED= maybe
|
|
|
|
MAN1= opencvs.1
|
|
MAN5= opencvs.5
|
|
MAN7= cvsintro.7
|
|
|
|
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
|
|
MANDIR="${MANPREFIX}/man/man" \
|
|
CATDIR="${MANPREFIX}/man/man"
|
|
|
|
PLIST_FILES= bin/opencvs
|
|
|
|
.include <bsd.port.mk>
|