diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-07-23 02:40:30 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-07-23 02:40:30 +0000 |
commit | 72f850427ab2d54284c7a9e39ff20464d34047d3 (patch) | |
tree | 53a2e250f9607e371f73c8cf03e2cbcdf905202b /devel/cvs-devel/Makefile | |
parent | 59206667cb7ad97ce58a15168bb97e8d1364ebb8 (diff) | |
download | ports-72f850427ab2d54284c7a9e39ff20464d34047d3.tar.gz ports-72f850427ab2d54284c7a9e39ff20464d34047d3.zip |
Notes
Diffstat (limited to 'devel/cvs-devel/Makefile')
-rw-r--r-- | devel/cvs-devel/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile new file mode 100644 index 000000000000..90a38ce57e38 --- /dev/null +++ b/devel/cvs-devel/Makefile @@ -0,0 +1,34 @@ +# 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.1p1 +CATEGORIES= devel ipv6 +MASTER_SITES= http://ftp.cvshome.org/cvs-1.11.1/ +DISTNAME= cvs-${PORTVERSION} + +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= cvs-1.11.1p1-v6-20011105a.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} + +.include <bsd.port.mk> |