2001-12-26 21:59:25 +01:00
|
|
|
# New ports collection makefile for: rioutil
|
|
|
|
# Date created: 25 December 2001
|
|
|
|
# Whom: alfred
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-02-25 15:24:04 +01:00
|
|
|
PORTNAME= cvswrap
|
2002-01-11 22:38:31 +01:00
|
|
|
PORTVERSION= 0.2
|
2009-02-25 15:24:04 +01:00
|
|
|
CATEGORIES= devel
|
2002-03-12 18:56:10 +01:00
|
|
|
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= alfred
|
2001-12-26 21:59:25 +01:00
|
|
|
|
2010-12-27 23:02:09 +01:00
|
|
|
MAINTAINER= flo@FreeBSD.org
|
2009-02-25 15:24:04 +01:00
|
|
|
COMMENT= Helper for multiple CVS repositories
|
2001-12-26 21:59:25 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= cvswrap.1
|
|
|
|
MAN5= cvswrap.conf.5
|
|
|
|
|
2009-02-25 15:24:04 +01:00
|
|
|
.include <bsd.port.mk>
|