# $Id: Portfile,v 1.1 2005/10/14 13:05:49 mww Exp $ PortSystem 1.0 name nant version 0.85-2005-04-20 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/2005-10-11-0.85/ distname nant-src checksums md5 8233df51fe1a5894ec3f779ef35f649b worksrcdir nant-0.85-nightly-2005-10-11 use_configure no build.args prefix=${prefix} destroot.destdir prefix=${destroot}${prefix} post-destroot { reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/bin/nant }