Ticket #12449: libggiwmh-0.3.2.patch

File libggiwmh-0.3.2.patch, 1.1 KB (added by simon@…, 17 years ago)
  • Portfile

     
    11# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
    22
    33PortSystem 1.0
     4
    45name             libggiwmh
    5 version          0.2.1
     6version          0.3.2
    67categories       graphics
    78maintainers      nomaintainer@macports.org
    89description      GGI extension for windowed targets
     
    1314homepage         http://www.ggi-project.org/
    1415platforms        darwin
    1516
    16 depends_lib      lib:libggi.2:libggi
     17depends_lib      port:libggi
    1718
    18 master_sites     http://www.ggi-project.org/ftp/ggi/v2.1/ \
     19master_sites     ${homepage}ftp/ggi/v2.2/ \
    1920                 sourceforge:ggi
    2021distname         ${name}-${version}.src
    2122use_bzip2        yes
    22 checksums        md5 81c458962b694a495999d03584753c33
     23checksums        md5 5f47aad2a8e224a09e90f3f0073c3c11 \
     24                 sha1 7b334358f375943f511a3208347f05e268545192 \
     25                 rmd160 b3bddfaac1e4375ff75e0ee5e7ac6cd19a7ee49c
    2326
    2427worksrcdir       ${name}-${version}
    2528
    26 patch {
     29post-patch {
    2730        reinplace "s|need_relink=yes|need_relink=no|" \
    2831                ${worksrcpath}/ltmain.sh
    2932}