pkgsrc/devel/libidn/buildlink2.mk
xtraeme 111ac50b8b Initial import of libidn-0.3.3 from pkgsrc-wip.
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
specifications defined by the IETF Internationalized Domain Names (IDN)
working group. It is used to prepare internationalized strings (such as
domain name labels, usernames, and passwords) in order to increase the
likelihood that string input and string comparison work in ways that make
sense for typical users throughout the world.

The library contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibition 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.
2003-12-03 19:17:10 +00:00

30 lines
901 B
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:17:11 xtraeme Exp $
#
# This Makefile fragment is included by packages that use libidn.
#
# This file was created automatically using createbuildlink 2.8.
#
.if !defined(LIBIDN_BUILDLINK2_MK)
LIBIDN_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libidn
BUILDLINK_DEPENDS.libidn?= libidn>=0.3.3
BUILDLINK_PKGSRCDIR.libidn?= ../../devel/libidn
EVAL_PREFIX+= BUILDLINK_PREFIX.libidn=libidn
BUILDLINK_PREFIX.libidn_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.libidn+= include/idn-int.h
BUILDLINK_FILES.libidn+= include/idna.h
BUILDLINK_FILES.libidn+= include/punycode.h
BUILDLINK_FILES.libidn+= include/stringprep.h
BUILDLINK_FILES.libidn+= lib/libidn.*
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/libgetopt/buildlink2.mk"
BUILDLINK_TARGETS+= libidn-buildlink
libidn-buildlink: _BUILDLINK_USE
.endif # LIBIDN_BUILDLINK2_MK