Revision: 116762 https://trac.macports.org/changeset/116762 Author: devans@macports.org Date: 2014-02-06 05:11:14 -0800 (Thu, 06 Feb 2014) Log Message: ----------- lv2core, slv2: use waf portgroup (#42303). Modified Paths: -------------- trunk/dports/audio/lv2core/Portfile trunk/dports/audio/slv2/Portfile Modified: trunk/dports/audio/lv2core/Portfile =================================================================== --- trunk/dports/audio/lv2core/Portfile 2014-02-06 07:15:01 UTC (rev 116761) +++ trunk/dports/audio/lv2core/Portfile 2014-02-06 13:11:14 UTC (rev 116762) @@ -1,7 +1,8 @@ # -*- 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 +PortGroup waf 1.0 name lv2core version 6.0 @@ -27,14 +28,6 @@ use_bzip2 yes -configure.cmd ./waf configure - -build.cmd ./waf -build.target build - -destroot.cmd ./waf -destroot.destdir --destdir=${destroot} - # # port installs audio plugin support files at # /Library/Audio/Plug-Ins/LV2 Modified: trunk/dports/audio/slv2/Portfile =================================================================== --- trunk/dports/audio/slv2/Portfile 2014-02-06 07:15:01 UTC (rev 116761) +++ trunk/dports/audio/slv2/Portfile 2014-02-06 13:11:14 UTC (rev 116762) @@ -1,7 +1,8 @@ # -*- 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 +PortGroup waf 1.0 name slv2 version 0.6.6 @@ -38,14 +39,6 @@ reinplace "s|@REDLAND_LIBS@|${redland_libs}|" ${worksrcpath}/slv2.pc.in } -configure.cmd ./waf configure - -build.cmd ./waf -build.target build - -destroot.cmd ./waf -destroot.destdir --destdir=${destroot} - post-destroot { set bindir ${destroot}${prefix}/bin set libdir ${destroot}${prefix}/lib