Ticket #55163: Portfile-supertux.diff

File Portfile-supertux.diff, 1.5 KB (added by mf2k (Frank Schima), 7 years ago)
  • Portfile

    old new  
    22
    33PortSystem          1.0
    44PortGroup           app 1.0
     5PortGroup           cmake 1.0
     6PortGroup           github 1.0
    57
    6 name                supertux
    7 version             0.1.3
    8 revision            1
     8github.setup        Supertux supertux 0.5.1 v
    99categories          games
    1010platforms           darwin
    1111maintainers         nomaintainer
     
    1717    games.
    1818
    1919homepage            https://supertux.org
    20 master_sites        http://download.berlios.de/supertux/
    2120
    22 checksums           md5 f2fc288459f33d5cd8f645fbca737a63
     21checksums           rmd160  5ec510a2bac34e3c4df0fd222d45b772f8a4fb5b \
     22                    sha256  9e87aa37726a1d5d17916a033564ca56cd23fc2487a8c7d70bba28f68c97d575
    2323
    24 use_bzip2           yes
     24#patchfiles          patch-src_menu.h \
     25#                    patch-src_texture.h
    2526
    26 patchfiles          patch-src_menu.h \
    27                     patch-src_texture.h
     27worksrcdir          SuperTux-supertux-e2ecf3c
    2828
    29 depends_lib         port:libsdl \
     29depends_lib-append  port:libsdl \
    3030                    port:libmikmod \
    3131                    port:libsdl_mixer \
    3232                    port:libsdl_image
     
    3434configure.args      --disable-sdltest
    3535
    3636platform darwin {
    37     patchfiles-append       patch-src_setup.cpp
     37#    patchfiles-append       patch-src_setup.cpp
    3838    configure.args-append   --with-apple-opengl-framework
    3939}
    4040