[43132] trunk/dports/x11/xorg-libAppleWM/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Fri Dec 5 13:14:01 PST 2008
Revision: 43132
http://trac.macports.org/changeset/43132
Author: jeremyhu at macports.org
Date: 2008-12-05 13:14:01 -0800 (Fri, 05 Dec 2008)
Log Message:
-----------
libAppleWM: autoreconf to build universal
Modified Paths:
--------------
trunk/dports/x11/xorg-libAppleWM/Portfile
Modified: trunk/dports/x11/xorg-libAppleWM/Portfile
===================================================================
--- trunk/dports/x11/xorg-libAppleWM/Portfile 2008-12-05 21:12:35 UTC (rev 43131)
+++ trunk/dports/x11/xorg-libAppleWM/Portfile 2008-12-05 21:14:01 UTC (rev 43132)
@@ -4,6 +4,7 @@
name xorg-libAppleWM
version 1.0.0
+revision 1
categories x11 devel
maintainers jeremyhu
description X.org libAppleWM
@@ -21,8 +22,18 @@
use_parallel_build yes
depends_build port:pkgconfig \
+ port:libtool \
port:xorg-applewmproto \
port:xorg-xproto \
port:xorg-xextproto
depends_lib port:xorg-libX11 \
port:xorg-libXext
+
+pre-configure {
+ system "cd ${worksrcpath} && autoreconf -fvi"
+}
+
+livecheck.check regex
+livecheck.url [lindex ${master_sites} 0]?C=M&O=D
+livecheck.regex libXau-(\\d+(?:\\.\\d+)*)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081205/c00fc1e7/attachment.html>
More information about the macports-changes
mailing list