summaryrefslogtreecommitdiff
path: root/devel/cvs+ipv6/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-07-23 02:40:30 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-07-23 02:40:30 +0000
commit72f850427ab2d54284c7a9e39ff20464d34047d3 (patch)
tree53a2e250f9607e371f73c8cf03e2cbcdf905202b /devel/cvs+ipv6/Makefile
parentUpdate to version 1.5 (diff)
IPv6 enabled cvs which means pserver client support IPv6.
FreeBSD local fixes are put on files/patch-freebsdlocal.
Notes
Notes: svn path=/head/; revision=63422
Diffstat (limited to 'devel/cvs+ipv6/Makefile')
-rw-r--r--devel/cvs+ipv6/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/cvs+ipv6/Makefile b/devel/cvs+ipv6/Makefile
new file mode 100644
index 000000000000..90a38ce57e38
--- /dev/null
+++ b/devel/cvs+ipv6/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>