942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
31 lines
656 B
Makefile
31 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/04/06 20:27:19 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= cvs-1.11.23
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.23/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cvs.nongnu.org/
|
|
COMMENT= Concurrent Versions System
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-rsh=ssh
|
|
|
|
CHECK_INTERPRETER_SKIP= share/cvs/contrib/*
|
|
|
|
.include "options.mk"
|
|
|
|
CONFIGURE_ENV+= PERL=${TOOLS_PERL5}
|
|
|
|
INFO_FILES= yes
|
|
USE_TOOLS+= makeinfo
|
|
TEXINFO_REQD?= 4.0
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|