blob: 34d214a4eba7aae95b0a9ae5aefa572eee3217fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
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>
|