#14281: gvemod-crayola-0.2 new port ---------------------------------+------------------------------------------ Reporter: raphael@ira.uka.de | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ---------------------------------+------------------------------------------ Changes (by gui_dos@macports.org): * status: new => closed * resolution: => fixed Comment: Committed in r34167 after adding workaround for Leopard's OpenGL and managing the case-inensitivity conflict between the "Crayola" Tcl script and the "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 } }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14281#comment:1> MacPorts </projects/macports> Ports system for Mac OS