freebsd-ports/devel/cvs-devel/Makefile
Akinori MUSHA d733ffae1d MASTER_SITE_RINGSERVER mirrors the whole cvshome site and has the
latest cvs 1.11.2 tarball, so add it to MASTER_SITES.
2002-08-27 04:23:02 +00:00

43 lines
893 B
Makefile

# New ports collection makefile for: cvs+ipv6
# Date created: Tue Jul 23 11:24:24 JST 2002
# Whom: sumikawa
#
# $FreeBSD$
#
PORTNAME= cvs+ipv6
PORTVERSION= 1.11.2
PORTREVISION= 1
CATEGORIES= devel ipv6
MASTER_SITES= http://ftp.cvshome.org/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/cvs/&,}
MASTER_SITE_SUBDIR= cvs-1.11.2
DISTNAME= cvs-${PORTVERSION}
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
PATCHFILES= cvs-1.11.2-v6-20020709.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= sumikawa@FreeBSD.org
GNU_CONFIGURE= yes
#USE_GMAKE= yes
CONFIGURE_ARGS= --enable-ipv6
MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
CVS_SITE?= :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs
CVS_VER?= v1_11_1p1
post-patch:
@${CP} ${FILESDIR}/missing ${WRKSRC}
replace:
.for f in cvs cvsbug
${MV} /usr/bin/${f} /usr/bin/${f}.orig
${CP} -p ${PREFIX}/bin/${f} /usr/bin/
.endfor
.include <bsd.port.mk>