summaryrefslogtreecommitdiff
path: root/devel/cvs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r--devel/cvs/Makefile40
1 files changed, 4 insertions, 36 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index aabd76530f0..3d9ef849442 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2005/04/19 12:39:18 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2005/05/31 21:28:22 wiz Exp $
#
DISTNAME= cvs-1.11.20
@@ -16,45 +16,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= USE_INET6
-
-.if defined(USE_INET6) && !empty(USE_INET6:M[yY][eE][sS]) && \
- empty(MACHINE_PLATFORM:MSunOS-5.[89]-*) && \
- empty(MACHINE_PLATFORM:MSunOS-5.10-*) && \
- empty(MACHINE_PLATFORM:MLinux-*) && \
- defined(NOT_YET_AVAILABLE_FOR_CVS_1_11_20)
-CONFIGURE_ARGS+= --enable-ipv6
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= cvs-1.11.19-v6-20050205.diff.gz
-PATCH_DIST_STRIP= -p1
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-.if defined(KERBEROS)
-. include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --enable-encryption
-CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE}
-CONFIGURE_ARGS+= --with-krb4=${KRB5BASE}
-. if ${OPSYS} == "Darwin"
-LDFLAGS+= -framework Kerberos
-. endif
-.else
-CONFIGURE_ARGS+= --without-gssapi
-.endif
-
-.if defined(RCS_LOCALID)
-pre-fetch:
- @${ECHO} RCS_LOCALID is now replaced by the tag variable in CVSROOT/config.
-.endif
+.include "options.mk"
CONFIGURE_ENV+= perl_path=${PERL5}
INFO_FILES= cvs.info cvsclient.info
-USE_MAKEINFO= yes
-TEXINFO_REQD?= 4.0
+USE_MAKEINFO= yes
+TEXINFO_REQD?= 4.0
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"