diff options
Diffstat (limited to 'devel/cvsnt/Makefile')
-rw-r--r-- | devel/cvsnt/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile new file mode 100644 index 0000000..3b266cd --- /dev/null +++ b/devel/cvsnt/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: cvsnt +# Date created: 21 Jan 2004 +# Whom: Max Khon <fjoe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cvsnt +PORTVERSION= 2.0.14 +CATEGORIES= devel +MASTER_SITES= http://www.cvsnt.org/archive/ \ + http://homepages.nildram.co.uk/~tmhoyle/ + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= CVS clone + +USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-fork +USE_GETOPT_LONG=yes + +.if exists(/usr/include/gssapi.h) +PLIST_SUB= GSERVER="" +.else +PLIST_SUB= GSERVER="@comment " +.endif + +.include <bsd.port.mk> |