aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsnt/Makefile
blob: 9b8048e10c74d27949f937e4684f034c2c715d9b (plain) (blame)
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
30
31
32
33
# New ports collection makefile for:	cvsnt
# Date created:				21 Jan 2004
# Whom:					Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	cvsnt
PORTVERSION=	2.0.34
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_VER=	13
CONFIGURE_ARGS=	--enable-fork
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG=yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

.if exists(/usr/include/gssapi.h)
PLIST_SUB=	GSERVER=""
.else
PLIST_SUB=	GSERVER="@comment "
.endif

.include <bsd.port.mk>