# $Id: Portfile 23764 2007-04-09 04:51:25Z mij@macports.org $ PortSystem 1.0 name gettext version 0.16.1 categories devel maintainers nomaintainer@macports.org description GNU gettext package homepage http://www.gnu.org/software/gettext/ platforms darwin freebsd linux long_description This is the GNU gettext package. It is interesting for \ authors or maintainers of other packages or programs \ which they want to see internationalized. As one \ step the handling of messages in different languages \ should be implemented. For this task GNU gettext \ provides the needed tools and library functions. master_sites gnu checksums md5 3d9ad24301c6d6b17ec30704a13fe127 \ sha1 8642f4346dfd6a18ecd883329e150bfe9e0886c3 \ rmd160 0fa96b2d005e2490e8603a0a3612041086d5aea1 patchfiles patch-gettext-tools-Makefile.in configure.env LIBS="-L${prefix}/lib" LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include -no-cpp-precomp" configure.args --mandir=${prefix}/share/man --with-libiconv-prefix=${prefix} \ --infodir=${prefix}/share/info --disable-csharp \ --with-libexpat-prefix=${prefix} depends_lib port:libiconv port:expat test.run yes test.target check platform darwin 6 { depends_lib-append lib:libdl:dlcompat } post-destroot { delete ${destroot}${prefix}/lib/charset.alias \ ${destroot}${prefix}/share/locale/locale.alias }