[22275] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 24 18:56:46 PST 2007


Revision: 22275
          http://trac.macosforge.org/projects/macports/changeset/22275
Author:   rhwood at macports.org
Date:     2007-02-24 18:56:45 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
New port, glade3.<BR>
This port can coexist peacefully with port glade.

Added Paths:
-----------
    trunk/dports/devel/glade3/
    trunk/dports/devel/glade3/Portfile

Added: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	                        (rev 0)
+++ trunk/dports/devel/glade3/Portfile	2007-02-25 02:56:45 UTC (rev 22275)
@@ -0,0 +1,49 @@
+# $Id: Portfile 21392 2007-01-23 01:03:09Z ryandesign at macports.org $
+PortSystem 1.0
+name		glade3
+version		3.0.3
+description	Glade is a free user interface builder for GTK+ and GNOME.
+long_description	Glade is a free user interface builder for GTK+ \
+			and GNOME. It is released under the GNU General \
+			Public License (GPL).
+maintainers	rhwood at macports.org openmaintainer at macports.org
+categories	gnome devel
+platforms	darwin 
+homepage	http://glade.gnome.org/
+master_sites	gnome:sources/glade3/3.0/
+use_bzip2	yes
+checksums	sha1 462f80aa061b763b36a54116b93790eb0023ac30
+	
+depends_lib \
+	bin:automake-1.7:automake bin:autoconf:autoconf \
+	lib:libiconv.2:libiconv lib:libgail-gnome:libgail-gnome \
+	lib:libXft.2.1.2:Xft2 port:freetype lib:libaudiofile:audiofile \
+	lib:libesd:esound port:fontconfig port:gnome-keyring lib:libpng:libpng \
+        lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
+        lib:libglib-2.0:glib2 lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 \
+        lib:libgnomecanvas-2:libgnomecanvas lib:libart_lgpl_2:libart_lgpl \
+        lib:libbonobo-2:libbonobo lib:libbonoboui-2:libbonoboui \
+        lib:libgnome-2:libgnome lib:libgnomeui-2:libgnomeui \
+        bin:orbit-idl-2:orbit2 port:libxml2 bin:perl:perl5.8 port:tiff \
+        lib:libpangoft2-1.0:pango bin:pkg-config:pkgconfig port:scrollkeeper \
+	port:xrender port:zlib
+
+default_variants \
+	+disable_gnomedb
+
+configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 
+
+post-install    {
+	ui_msg "--------------------------------------------------------------------------"
+	ui_msg "Remember to set ACLOCAL_FLAGS=\"-I /opt/local/share/glade-2\""
+	ui_msg "--------------------------------------------------------------------------" 
+}
+
+variant enable_gnomedb {
+	configure.args-append --enable-gnome-db
+	depends_lib-append lib:libgnomedb:libgnomedb
+}
+
+variant disable_gnomedb {
+	configure.args-append --disable-gnome-db
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070224/0834653b/attachment.html


More information about the macports-changes mailing list