[44758] trunk/dports/x11/gtk-thinice-engine/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 17:13:30 PST 2009


Revision: 44758
          http://trac.macports.org/changeset/44758
Author:   jeremyhu at macports.org
Date:     2009-01-02 17:13:30 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
gtk-thinice-engine: autoreconf to build universal.  Don't depend on glib and XFree86

Modified Paths:
--------------
    trunk/dports/x11/gtk-thinice-engine/Portfile

Modified: trunk/dports/x11/gtk-thinice-engine/Portfile
===================================================================
--- trunk/dports/x11/gtk-thinice-engine/Portfile	2009-01-03 01:06:14 UTC (rev 44757)
+++ trunk/dports/x11/gtk-thinice-engine/Portfile	2009-01-03 01:13:30 UTC (rev 44758)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		gtk-thinice-engine
 version		2.0.2
+revision	1
 description	A simple, clean theme engine
 long_description       	gtk-thinice-engine is a simple, clean engine for GTK+-2.
 maintainers	nomaintainer
@@ -10,8 +11,19 @@
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/gtk-thinice-engine/2.0/
 checksums	md5 fc86f8b9035c2b226aa057d53181f6ca
-depends_lib	lib:libX11.6:XFree86 path:lib/pkgconfig/glib-2.0.pc:glib2 lib:libgtk.2:gtk2
+
+depends_build \
+	port:pkgconfig \
+	port:autoconf \
+	port:automake \
+	port:libtool
+
+depends_lib \
+	port:gtk2
+
 use_bzip2 	yes
-configure.args  --mandir=${prefix}/share/man
-configure.cppflags-append	"-L${prefix}/lib"
+
+use_autoreconf yes
+autoreconf.args -fvi
+
 configure.cflags	"-no-cpp-precomp -flat_namespace -undefined suppress"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/dbecde81/attachment.html>


More information about the macports-changes mailing list