Ticket #10799: glob2.patch

File glob2.patch, 1.7 KB (added by ehainry@…, 18 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile,v 1.2 2006/01/09 00:17:50 mww Exp $
    2 
    31PortSystem 1.0
    42
    53name                    glob2
    6 version                 0.8.17
     4version                 0.8.21
    75categories              games
    86platforms               darwin
    97maintainers             mww@opendarwin.org
     
    1917                                features a scripting language for versatile gameplay or \
    2018                                tutorials and an integrated map editor.
    2119
    22 homepage                http://www.ysagoon.com/glob2/
    23 master_sites    http://epfl.ysagoon.com/~glob2/data/ freebsd
    24 checksums               md5 a02ccdfdee0e4a550487fc4cf22a9480
    25 
    26 depends_lib             port:freetype port:libsdl port:libsdl_image port:libsdl_net \
    27                                 port:libvorbis port:speex port:zlib
     20homepage                http://globulation2.org/
     21master_sites    ${homepage}/releases/${version}/
     22checksums               md5 3173f82572f1dd5fba79019ebc43d427 \
     23                                sha1 c9829ea4e78e7c7e901126bf77d2fbb36272bfc0 \
     24
     25depends_lib             port:speex port:libogg port:libvorbis\
     26                                port:libsdl port:libsdl_image port:libsdl_net port:libsdl_ttf \
     27                                port:boost port:zlib port:freetype port:libiconv \
     28                                port:libpng port:jpeg port:tiff
    2829
    29 configure.env   CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \
     30configure.env   CPPFLAGS=-I${prefix}/include \
    3031                                LDFLAGS=-L${prefix}/lib
    3132
    32 platform darwin 8 {
    33         configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
    34 }
    35 
    36 platform macosx {
    37         pre-destroot {
    38                 set dest /Applications/DarwinPorts/Globulation2.app/Contents/MacOS
    39                 xinstall -m 755 -d ${destroot}${dest}
    40                 system "ln -sf ${prefix}/bin/glob2 ${destroot}${dest}/Globulation2"
    41         }
    42 }
     33post-configure  { reinplace "s|\${datarootdir}|${prefix}/share|" ${worksrcpath}/config.h }
     34
    4335