Modified: trunk/dports/audio/lv2core/Portfile (116761 => 116762)
--- 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 (116761 => 116762)
--- 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