# $Id: 

PortSystem 1.0
name              quilt
version           0.45
categories        devel
platforms         darwin
maintainers       josh_root@users.sourceforge.net
description       patch management scripts
long_description \
        Patchwork Quilt is a set of scripts designed to allow you to\
	manage a series of patches by keeping track of the changes each\
	patch makes. Patches can be applied, un-applied, refreshed, etc.

homepage          http://savannah.nongnu.org/projects/quilt/

master_sites	http://savannah.nongnu.org/download/quilt/
checksums	md5 5f8dd5a041ca7c700b16620228f922aa \
		sha1 35a08648b7bd9b16383b50f2ebc83caa4de51ad7 \
		rmd160 d3a7f919a348e3de68b9c805acd4bf15ebbdc747

depends_lib port:gsed port:getopt port:coreutils

configure.args --with-sed=${prefix}/bin/gnused
destroot.destdir prefix=${destroot}${prefix}

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
