pkgsrc/devel/libidn/Makefile
wiz 2370fe4ec3 Update to 0.6.11:
* Version 0.6.11 (released 2007-03-13)

** Update of the C# Libidn port, by Alexander Gnauck.
The code has been refactored and the namespace has been modified to
comply with .NET naming conventions.  An IDNA bug was fixed.

** Update gnulib files.
We now use the "striconv" module instead of the "iconvme", which
causes a slight increase of code size (from 303kb to 319kb with
debugging symbols on i386).  The reason is the use of a new locale
independent strcasecmp, which may cause faster operation in some
locales where, e.g., "ASCII" and "ascii" are not treated as the same.

** API and ABI is backwards compatible with the previous version.
2007-03-18 20:25:34 +00:00

29 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.42 2007/03/18 20:25:34 wiz Exp $
DISTNAME= libidn-0.6.11
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
http://josefsson.org/libidn/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libidn/
COMMENT= Internationalized Domain Names command line tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= makeinfo pkg-config perl:build
TEXINFO_REQD= 4.1
GNU_CONFIGURE= yes
INFO_FILES= yes
PKGCONFIG_OVERRIDE+= libidn.pc.in
TEST_TARGET= check
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"