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

cal at macports.org cal at macports.org
Sat Mar 30 05:55:52 PDT 2013


Revision: 104620
          https://trac.macports.org/changeset/104620
Author:   cal at macports.org
Date:     2013-03-30 05:55:52 -0700 (Sat, 30 Mar 2013)
Log Message:
-----------
gtk-thinice-engine: whitespace only, add modeline

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

Modified: trunk/dports/x11/gtk-thinice-engine/Portfile
===================================================================
--- trunk/dports/x11/gtk-thinice-engine/Portfile	2013-03-30 12:53:47 UTC (rev 104619)
+++ trunk/dports/x11/gtk-thinice-engine/Portfile	2013-03-30 12:55:52 UTC (rev 104620)
@@ -1,31 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		gtk-thinice-engine
-version		2.0.2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-revision	1
-description	A simple, clean theme engine
-long_description       	gtk-thinice-engine is a simple, clean engine for GTK+-2.
-maintainers	nomaintainer
-categories	x11 gnome
-platforms	darwin
-homepage	http://www.gnome.org/
-master_sites    gnome:sources/${name}/${branch}/
-checksums	md5 fc86f8b9035c2b226aa057d53181f6ca
+name                gtk-thinice-engine
+version             2.0.2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+revision            1
+description         A simple, clean theme engine
+long_description    gtk-thinice-engine is a simple, clean engine for GTK+-2.
+maintainers         nomaintainer
+categories          x11 gnome
+platforms           darwin
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
+checksums           md5 fc86f8b9035c2b226aa057d53181f6ca
 
-depends_build \
-	port:pkgconfig
+depends_build       port:pkgconfig
+depends_lib         port:gtk2
 
-depends_lib \
-	port:gtk2
+use_bzip2           yes
 
-use_bzip2 	yes
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-use_autoreconf yes
-autoreconf.args -fvi
+configure.cflags-append \
+                    -undefined dynamic_lookup
 
-configure.cflags-append	-undefined dynamic_lookup
-
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130330/75c7ea88/attachment-0001.html>


More information about the macports-changes mailing list