Revision: 87347 http://trac.macports.org/changeset/87347 Author: ryandesign@macports.org Date: 2011-11-17 13:14:32 -0800 (Thu, 17 Nov 2011) Log Message: ----------- nant: whitespace changes / reformatting / modeline Modified Paths: -------------- trunk/dports/devel/nant/Portfile Modified: trunk/dports/devel/nant/Portfile =================================================================== --- trunk/dports/devel/nant/Portfile 2011-11-17 21:11:05 UTC (rev 87346) +++ trunk/dports/devel/nant/Portfile 2011-11-17 21:14:32 UTC (rev 87347) @@ -1,38 +1,43 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name nant -version 0.85 -categories devel mono -platforms darwin -maintainers nomaintainer -supported_archs noarch -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. +name nant +version 0.85 +categories devel mono +platforms darwin +maintainers nomaintainer +supported_archs noarch -homepage http://nant.sourceforge.net/ -master_sites sourceforge:nant -distname nant-${version}-src -checksums md5 45ae065439b6cbc0e02051b855843f50 \ - sha1 df97d7b542a4e561c37a0804bb8a159803cc05cd +description .NET build tool -worksrcdir nant-${version} -patchfiles patch-NAnt_Core-Task_cs \ - patch-PkgConfigFunctions.cs \ - patch-ScriptTask.cs +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. -depends_build port:mono +homepage http://nant.sourceforge.net/ +master_sites sourceforge:nant +distname nant-${version}-src -use_configure no +checksums md5 45ae065439b6cbc0e02051b855843f50 \ + sha1 df97d7b542a4e561c37a0804bb8a159803cc05cd -use_parallel_build no +depends_build port:mono -build.args prefix=${prefix} +worksrcdir nant-${version} -destroot.destdir prefix=${destroot}${prefix} +patchfiles patch-NAnt_Core-Task_cs \ + patch-PkgConfigFunctions.cs \ + patch-ScriptTask.cs + +use_configure no + +use_parallel_build no + +build.args prefix=${prefix} + +destroot.destdir prefix=${destroot}${prefix} + post-destroot { - reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/bin/nant + reinplace "s|${destroot}${prefix}|${prefix}|g" ${destroot}${prefix}/bin/nant } -