Portfile

# $Id: Portfile 20330 2006-11-02 00:21:56Z blair@macports.org $

PortSystem 1.0
name libidn
version 0.6.3
categories mail
description international domain name library
long_description Libidn is an implementation of the Stringprep, \
Punycode and IDNA specifications defined by the IETF \
Internationalized Domain Names (IDN) working group, \
used for internationalized domain names. The library \
contains a generic Stringprep implementation that does \
Unicode 3.2 NFKC normalization, mapping and \
prohibitation of characters, and bidirectional \
character handling. Profiles for iSCSI, Kerberos 5, \
Nameprep, SASL and XMPP are included. Punycode and \
ASCII Compatible Encoding (ACE) via IDNA are supported.
homepage http://www.gnu.org/software/libidn/
platforms darwin
maintainers olaf@foellinger.de
master_sites ftp://alpha.gnu.org/pub/gnu/libidn/ \
http://josefsson.org/libidn/releases/
checksums sha1 03b96a0407670afd2627d1fe992ec979e39b1f31
depends_lib port:libiconv port:gettext
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info \
--with-libiconv-prefix=${prefix}

platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}