pkgsrc/devel/cvs/Makefile

41 lines
829 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 1999/09/14 02:32:23 kim Exp $
#
1998-08-21 21:06:51 +02:00
DISTNAME= cvs-1.10
CATEGORIES= devel
1998-08-21 21:06:51 +02:00
MASTER_SITES= ftp://download.cyclic.com/pub/${DISTNAME}/
1998-08-21 21:06:51 +02:00
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.cyclic.com/cvs/info.html
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
BUILD_DEFS+= RCS_LOCALID
.include "../../mk/bsd.prefs.mk"
.if defined(KERBEROS) && ${KERBEROS} == 4
USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
.else
CONFIGURE_ARGS+= --with-krb4=no
.endif
.if defined(KERBEROS) && ${KERBEROS} == 5
USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-gssapi
.else
CONFIGURE_ARGS+= --with-gssapi=no
.endif
1998-08-21 21:06:51 +02:00
.if defined(RCS_LOCALID)
CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\"
.endif
1998-08-21 21:06:51 +02:00
CONFIGURE_ENV+= perl_path=${LOCALBASE}/bin/perl
INFO_FILES= cvs.info cvsclient.info
.include "../../mk/bsd.pkg.mk"