aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvswrap/Makefile
blob: 81f64794c7eeacd48c9677e9e7c5fbe9ea9f4356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:   rioutil
# Date created:        25 December 2001
# Whom:                alfred
#
# $FreeBSD$
#

PORTNAME=   cvswrap
PORTVERSION=    0.2
CATEGORIES= devel
MASTER_SITES+=  ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alfred

MAINTAINER= flo@FreeBSD.org
COMMENT=    Helper for multiple CVS repositories

GNU_CONFIGURE=  yes

MAN1=       cvswrap.1
MAN5=       cvswrap.conf.5

.include <bsd.port.mk>