# $Id: Portfile,v 1.4 2004/01/16 07:20:09 toby Exp $ PortSystem 1.0 name coreutils version 5.0 categories sysutils maintainers toby@opendarwin.org 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 use_bzip2 yes checksums md5 94e5558ee2a65723d4840bfde2d323f0 configure.args --program-prefix=g \ --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man variant normal { configure.args-delete --program-prefix=g }