[34167] trunk/dports/science

gui_dos at macports.org gui_dos at macports.org
Sat Feb 16 01:57:19 PST 2008


Revision: 34167
          http://trac.macosforge.org/projects/macports/changeset/34167
Author:   gui_dos at macports.org
Date:     2008-02-16 01:57:18 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
science/gvemod-crayola: new port (closes #14281)

Added Paths:
-----------
    trunk/dports/science/gvemod-crayola/
    trunk/dports/science/gvemod-crayola/Portfile

Added: trunk/dports/science/gvemod-crayola/Portfile
===================================================================
--- trunk/dports/science/gvemod-crayola/Portfile	                        (rev 0)
+++ trunk/dports/science/gvemod-crayola/Portfile	2008-02-16 09:57:18 UTC (rev 34167)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem                  1.0
+
+name                        gvemod-crayola
+version                     0.2
+categories                  science graphics x11
+maintainers                 raphael at ira.uka.de
+description                 An interactive tool for colouring faces \
+                            of geometric objects within Geomview
+long_description            This is the Crayola emodule, an interactive \
+                            tool for colouring faces of geometric objects \
+                            within Geomview. emodules are kind of plugins \
+                            which extend the functionality of Geomview (an \
+                            interactive 3d viewing program).
+homepage                    http://www.geomview.org/
+platforms                   darwin
+master_sites                sourceforge
+master_sites.mirror_subdir  geomview
+livecheck.name              geomview
+livecheck.distname          ${name}
+checksums                   md5 d860e661e846da844c66d01b18d0e4f6 \
+                            sha1 5c90ab6fdc6bf43a26d70b68692b6768089f5d4d \
+                            rmd160 70b6dfe6820603d712925660a004b4a04e7ebecf
+depends_lib                 port:geomview \
+                            port:tk
+
+# Work around case-inensitivity "Crayola" script <-> "crayola" final binary
+post-extract {
+    move ${worksrcpath}/src/Crayola ${worksrcpath}/src/Crayola.tc
+    reinplace "s|module_tcl_DATA = Crayola|module_tcl_DATA = Crayola.tc|" \
+        ${worksrcpath}/src/Makefile.in
+}
+post-destroot {
+    move ${destroot}${prefix}/libexec/geomview/tcl/Crayola.tc \
+        ${destroot}${prefix}/libexec/geomview/tcl/Crayola
+}
+platform darwin 9 {
+    configure.ldflags-append \
+        -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
+        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+}


Property changes on: trunk/dports/science/gvemod-crayola/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080216/28197b6f/attachment.html 


More information about the macports-changes mailing list