[43175] trunk/dports/x11/fvwm2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 6 14:47:27 PST 2008


Revision: 43175
          http://trac.macports.org/changeset/43175
Author:   jeremyhu at macports.org
Date:     2008-12-06 14:47:27 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
fvwm2: Install to correct prefix.  Fixes bug #17480 - maintainer timeout

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

Modified: trunk/dports/x11/fvwm2/Portfile
===================================================================
--- trunk/dports/x11/fvwm2/Portfile	2008-12-06 22:40:10 UTC (rev 43174)
+++ trunk/dports/x11/fvwm2/Portfile	2008-12-06 22:47:27 UTC (rev 43175)
@@ -7,7 +7,7 @@
 					desktop window manager for the X Window system.
 homepage			http://www.fvwm.org/
 maintainers			pguyot at kallisys.net
-categories			x11-wm x11
+categories			x11 x11-wm
 platforms			darwin
 master_sites		ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
 					ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/
@@ -18,20 +18,28 @@
 				rmd160 4025f6c75c0919bffdaa9acbc7a4d987617d098b
 
 depends_lib			lib:libX11.6:XFree86 \
-					lib:libXpm.4:xpm \
-					lib:libgtk.1:gtk1 \
-					lib:libreadline:readline \
-					bin:gnome-config:gnome-libs
-# I'm installing this in x11prefix like fvwm.
-configure.args		--enable-gtk \
+				lib:libXpm.4:xpm \
+				port:gtk1 \
+				port:readline \
+				port:gnome-libs
+
+configure.args				--enable-gtk \
 					--with-gnome \
 					--with-ncurses-library=yes \
 					--without-rplay-library \
 					--without-stroke-library \
-					--with-x \
-					--prefix=${x11prefix}
+					--x-include=${x11prefix}/include \
+					--x-lib=${x11prefix}/lib
 
 livecheck.check	regexm
 livecheck.regex	{Latest Unstable Release: &nbsp; </td>\s+.*?<a href="download" >([^<]*)</a>} 
 livecheck.url	${homepage}
 
+variant without_gnome {
+	configure.args-delete --with-gnome
+	configure.args-append --without-gnome
+	depends_lib-delete port:gnome-libs
+}
+
+# port:gtk1 is not universal
+universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/77d5498e/attachment.html>


More information about the macports-changes mailing list