Ticket #12449: libggimisc-2.2.2.patch
File libggimisc-2.2.2.patch, 1.1 KB (added by simon@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name libggimisc 5 version 2. 1.16 version 2.2.2 6 7 categories graphics 7 8 maintainers nomaintainer@macports.org 8 9 description GGI Miscellaneous … … 18 19 homepage http://www.ggi-project.org/ 19 20 platforms darwin 20 21 21 depends_lib lib:libggi.2:libggi22 depends_lib port:libggi 22 23 23 master_sites http://www.ggi-project.org/ftp/ggi/v2.1/ \24 master_sites ${homepage}ftp/ggi/v2.2/ \ 24 25 sourceforge:ggi 25 26 distname ${name}-${version}.src 26 27 use_bzip2 yes 27 checksums md5 d239065a234bcac49090e731d644a8a6 28 checksums md5 8e525280ccee2eaab07946ca7aee159f \ 29 sha1 2c93b1a219c10ddf318d658ab73ac02de515ee80 \ 30 rmd160 db433d5dc74cae1674bdb5e88b443523db6bffe2 28 31 29 32 worksrcdir ${name}-${version} 30 33 31 p atch {34 post-patch { 32 35 reinplace "s|need_relink=yes|need_relink=no|" \ 33 36 ${worksrcpath}/ltmain.sh 34 37 }