summaryrefslogtreecommitdiff
path: root/sysutils/coreutils/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-10 13:18:36 +0000
committerwiz <wiz>2003-04-10 13:18:36 +0000
commit68d0b4e8759965a5959f46a02432c406f1ec6e38 (patch)
tree39e390c38b503e31fc36ba2417c12789fb9e5aad /sysutils/coreutils/Makefile
parentf6b30e5f92bad17b5411c768ea99ea575b2ce626 (diff)
downloadpkgsrc-68d0b4e8759965a5959f46a02432c406f1ec6e38.tar.gz
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.
Diffstat (limited to 'sysutils/coreutils/Makefile')
-rw-r--r--sysutils/coreutils/Makefile38
1 files changed, 38 insertions, 0 deletions
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"