From 8000f83db7600de1de41274449c55025a93f0bf4 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 10 Apr 2003 13:18:36 +0000 Subject: Initial import of coreutils-5.0, from Marc Recht via pkgsrc-wip. The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. Previously these utilities were offered as three individual sets of GNU utilities, fileutils, shellutils, and textutils. Those three have been combined into a single set of utilities called the coreutils. --- sysutils/coreutils/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 sysutils/coreutils/Makefile (limited to 'sysutils/coreutils/Makefile') diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile new file mode 100644 index 00000000000..d735c65d0ee --- /dev/null +++ b/sysutils/coreutils/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/10 13:18:36 wiz Exp $ +# + +DISTNAME= coreutils-5.0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_GNU:=coreutils/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= marc@informatik.uni-bremen.de +HOMEPAGE= http://www.gnu.org/software/coreutils/ +COMMENT= GNU basic file, shell and text manipulation utilities + +BUILD_USES_MSGFMT= YES + +CONFLICTS= sh-utils-* fileutils-* +CONFLICTS+= textutils-* + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PERL5= build + +.include "../../mk/bsd.prefs.mk" + +.if defined(GNU_PROGRAM_PREFIX) +CONFIGURE_ARGS= --program-prefix=${GNU_PROGRAM_PREFIX} +# devel/id-utils installs a 'gid' program, so conflict with it if +# GNU_PROGRAM_PREFIX == 'g' +. if ${GNU_PROGRAM_PREFIX} == "g" +CONFLICTS+= id-utils-[0-9]* +. endif +.endif +PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX} +BUILD_DEFS+= GNU_PROGRAM_PREFIX + +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3