[43249] trunk/dports/x11/fvwm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Dec 7 04:07:42 PST 2008


Revision: 43249
          http://trac.macports.org/changeset/43249
Author:   jeremyhu at macports.org
Date:     2008-12-07 04:07:41 -0800 (Sun, 07 Dec 2008)
Log Message:
-----------
fvwm: not universal (xmkmf based), parallel works here, fixed up X11 dependencies, make fvwmrc install to the correct prefix

Modified Paths:
--------------
    trunk/dports/x11/fvwm/Portfile

Modified: trunk/dports/x11/fvwm/Portfile
===================================================================
--- trunk/dports/x11/fvwm/Portfile	2008-12-07 11:52:17 UTC (rev 43248)
+++ trunk/dports/x11/fvwm/Portfile	2008-12-07 12:07:41 UTC (rev 43249)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		fvwm
 version		1.24r
-revision	1
+revision	2
 description	A very simple window manager supporting a pager
 
 long_description One of the earlier paging window managers with what is still considered to be a very elegant and minimal feature set yet highly configurable and expandable via plug-ins.
@@ -17,6 +17,21 @@
 checksums	md5 875733e77e285566197f4b50746aefc6
 patchfiles	patch-configure.h
 use_xmkmf	yes
-depends_build	bin:xmkmf:imake
-depends_lib	lib:libX11.6:XFree86 lib:libXpm.4:xpm
-destroot.destdir DESTDIR=${destroot} BINDIR=${prefix}/bin
+
+universal_variant no
+use_parallel_build yes
+
+depends_build \
+	bin:xmkmf:imake
+
+depends_lib \
+	lib:libXext.6:xorg-libXext \
+	lib:libXpm.4:xpm
+
+destroot.destdir \
+	DESTDIR=${destroot} \
+	BINDIR=${prefix}/bin
+
+pre-configure {
+	reinplace "s|/usr/X11R6|${prefix}|" ${worksrcpath}/configure.h
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081207/10d0bd64/attachment.html>


More information about the macports-changes mailing list