Ticket #11433: Portfile.diff
File Portfile.diff, 1.3 KB (added by gui-dos (Guido Soranzio), 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name pan2 5 version 0.1 4.25 version 0.125 6 6 categories news 7 7 maintainers mij@macports.org 8 8 description News reader for gtk2 … … 12 12 long_description Pan2 is a newsreader for GTK2/GNOME2 that is based on \ 13 13 the Agent newsreader for Windows OSes. 14 14 15 master_sites http://pan.rebelbase.com/download/releases/${version}/SOURCE/ \ 16 http://pan.rebelbase.com/download/obsolete/${version}/SOURCE/ 15 master_sites http://pan.rebelbase.com/download/releases/${version}/source/ 17 16 18 17 19 18 distname pan-${portversion} 20 checksums md5 ed3188e7059bb6d6c209ee5d46ac185219 checksums md5 0d7d9b1228a13aabdcfc6e49173b8579 21 20 22 21 use_bzip2 yes 23 22 24 depends_lib lib:libgtk.2:gtk2 lib:libxml2.2:libxml2 lib:libgnet.2:gnet2 25 depends_build path:${prefix}/include/gnuregex.h:gnuregex 26 27 patchfiles patch-Makefile.in patch-pan-filters-filter-phrase.h \ 28 patch-pan-filters-score.c 29 30 post-patch { reinplace "s|DATADIRNAME=lib|DATADIRNAME=share|g" \ 31 ${worksrcpath}/configure 32 reinplace "s|(libdir)/locale|(prefix)/share/locale|g" \ 33 ${worksrcpath}/po/Makefile.in.in } 34 35 configure.env CPPFLAGS="-I${prefix}/include -no-cpp-precomp" \ 36 LDFLAGS="-L${prefix}/lib -bind_at_load" 23 depends_lib port:pcre port:gmime port:gtk2 port:gtkspell2