# $Id: Portfile,v 1.3 2005/10/19 08:10:05 blb Exp $

PortSystem			1.0
name				gpatch
version				2.5.9
categories			devel
maintainers			blb@opendarwin.org
description			GNU patch, for applying diffs to files
long_description \
	The GNU patch adds support for: \
	handling arbitrary binary data and large files. \
	the unified context diff format that GNU diff can produce. \
	making GNU Emacs-style backup files. \
	improved interaction with RCS and SCCS. \
	the GNU conventions for option parsing and configuring and compilation. \
	better POSIX.2 compliance.

homepage			http://www.gnu.org/software/patch/
# Hasn't been put back on alpha
#master_sites		ftp://alpha.gnu.org/gnu/
master_sites		http://www.funet.fi/pub/gnu/alpha/gnu/patch/ \
					ftp://ftp.funet.fi/pub/gnu/alpha/gnu/patch/

platforms			darwin sunos
distname			patch-${portversion}
checksums			md5 dacfb618082f8d3a2194601193cf8716

configure.args		--program-prefix=g --infodir=\\\${prefix}/share/info \
					--mandir=\\\${prefix}/share/man

destroot.args		prefix=${destroot}${prefix}

