pkgsrc/devel/cvs/Makefile

50 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.37 2001/02/16 14:38:21 wiz Exp $
#
DISTNAME= cvs-1.11
PKGNAME= ${DISTNAME}nb1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cvshome.org/pub/${DISTNAME}/ \
2000-02-04 22:29:14 +01:00
${MASTER_SITE_GNU:=cvs/}
1998-08-21 21:06:51 +02:00
MAINTAINER= tv@netbsd.org
2000-05-21 17:27:29 +02:00
HOMEPAGE= http://www.cvshome.org/
COMMENT= Concurrent Versions System
GNU_CONFIGURE= yes
USE_GTEXINFO= yes
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "SunOS")
1999-09-20 00:07:22 +02:00
DEPENDS+= zlib-*:../../devel/zlib
CFLAGS+= -I${PREFIX}/include # zlib.h
1999-09-20 00:07:22 +02:00
.endif
.if defined(KERBEROS) && ${KERBEROS} == 4
USE_KERBEROS= yes
CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
.else
CONFIGURE_ARGS+= --with-krb4=no
.endif
# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
#.if defined(KERBEROS) && ${KERBEROS} == 5
#USE_KERBEROS= yes
#CONFIGURE_ARGS+= --with-gssapi
#CFLAGS+= -I/usr/include/krb5 # krb5.h
#.else
#CONFIGURE_ARGS+= --with-gssapi=no
#.endif
1998-08-21 21:06:51 +02:00
.if defined(RCS_LOCALID)
pre-fetch:
2000-10-22 00:21:23 +02:00
@${ECHO} RCS_LOCALID is now replaced by the tag variable in CVSROOT/config.
1998-08-21 21:06:51 +02:00
.endif
CONFIGURE_ENV+= perl_path=${PERL5}
1998-08-21 21:06:51 +02:00
INFO_FILES= cvs.info cvsclient.info
.include "../../mk/bsd.pkg.mk"