# $Id: Portfile,v 1.3 2006/04/15 05:51:22 markd Exp $

PortSystem 1.0

name			nant
version			0.85-2006-04-08
categories		devel mono
platforms		darwin
maintainers		mww@opendarwin.org
description		.NET build tool
long_description	NAnt is a free .NET build tool. In theory it is kind of \
		like make without makes wrinkles. In practice its a lot like Ant.

homepage		http://nant.sourceforge.net/
master_sites	${homepage}/nightly/2006-04-08-0.85/
distname		nant-src
checksums		md5 fe16f07f567fa1fda5d73325b7c92a7c

worksrcdir		nant-0.85-nightly-2006-04-08

depends_build		port:mono

use_configure	no

build.args		prefix=${prefix}

destroot.destdir	prefix=${destroot}${prefix}
post-destroot {
	reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/bin/nant
}

