# $Id: Portfile,v 1.34 2005/03/24 05:58:33 mij Exp $ PortSystem 1.0 name gettext version 0.14.3 categories devel maintainers mij@opendarwin.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 14c2644c2f3b0eb67d5db7ee389547de configure.env LDFLAGS="-fno-common" configure.args --with-included-gettext --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info --with-libiconv-prefix=${prefix} depends_lib lib:XXX:libiconv platform darwin 6 { depends_lib-append lib:libdl:dlcompat \ lib:libiconv.2:libiconv configure.args-append --with-libiconv-prefix=${prefix} } variant darwin { configure.env-append CPPFLAGS="-no-cpp-precomp" \ LDFLAGS="-fno-common -bind_at_load" configure.env-delete LDFLAGS="-fno-common" } post-destroot { file delete ${destroot}${prefix}/lib/charset.alias \ ${destroot}${prefix}/share/locale/locale.alias }