From df02113fdf6ef63ce22cba837a0698ed7de492f0 Mon Sep 17 00:00:00 2001 From: Waqar Malik Date: Thu, 31 Jul 2003 23:33:50 +0000 Subject: [PATCH] Bug https://trac.macports.org/ticket/650 Initial Checkin git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3115 d073be05-634f-4543-b044-5fe20cf6d1d6 --- sysutils/coreutils/Portfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sysutils/coreutils/Portfile diff --git a/sysutils/coreutils/Portfile b/sysutils/coreutils/Portfile new file mode 100644 index 0000000000000..48911c666233e --- /dev/null +++ b/sysutils/coreutils/Portfile @@ -0,0 +1,27 @@ +# $Id: Portfile,v 1.1 2003/07/31 23:33:50 waqar Exp $ + +PortSystem 1.0 +name coreutils +version 5.0 +categories sysutils +maintainers jcorley1@nc.rr.com +description GNU File, Shell, and Text utilities +long_description 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. +homepage http://www.gnu.org/software/coreutils/ +platforms darwin +master_sites gnu:${name} +use_bzip2 yes +checksums md5 94e5558ee2a65723d4840bfde2d323f0 +configure.args --program-prefix=g +variant normal { + configure.args-delete --program-prefix=g +} +