[77817] trunk/dports/x11/gtkglarea2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 13 22:07:59 PDT 2011


Revision: 77817
          http://trac.macports.org/changeset/77817
Author:   ryandesign at macports.org
Date:     2011-04-13 22:07:59 -0700 (Wed, 13 Apr 2011)
Log Message:
-----------
gtkglarea2: add modeline and adjust formatting

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

Modified: trunk/dports/x11/gtkglarea2/Portfile
===================================================================
--- trunk/dports/x11/gtkglarea2/Portfile	2011-04-14 05:06:49 UTC (rev 77816)
+++ trunk/dports/x11/gtkglarea2/Portfile	2011-04-14 05:07:59 UTC (rev 77817)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -7,9 +8,10 @@
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              x11 devel
 maintainers             nomaintainer
+platforms               darwin
+
 description             OpenGL widget to GTK+
-homepage                http://ftp.gnome.org/mirror/gnome.org/sources/gtkglarea
-platforms               darwin
+
 long_description        Just as GTK+ is built on top of GDK, GtkGLArea is built on top of \
                         gdkgl which is basically wrapper around GLX functions. The widget \
                         itself is very similar to GtkDrawinigArea widget and adds only three \
@@ -17,6 +19,7 @@
                         on any widget that has OpenGL capable visual, rendering to off-screen \
                         pixmaps is also supported.
 
+homepage                http://ftp.gnome.org/mirror/gnome.org/sources/gtkglarea
 master_sites            gnome:sources/gtkglarea/${branch}
 distname                gtkglarea-${version}
 use_bzip2               yes
@@ -24,8 +27,7 @@
 checksums               sha1    436f3c1e267a421a6df11248b250c82e93a8331d \
                         rmd160  9e758a6f2e160192ee7ef29fb6ea582fcd97ff3a
 
-depends_lib \
-	port:mesa \
-	port:gtk2
+depends_lib             port:mesa \
+                        port:gtk2
 
 configure.args          --with-GL-prefix=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110413/624dcb17/attachment.html>


More information about the macports-changes mailing list