pkgsrc/devel/libidn/Makefile
wiz e4ec2acd7b Update to 0.6.13:
* Version 0.6.13 (released 2007-05-31)

** Documentation fixes.
Clarify that the C# and Java libraries are licensed under the LGPL.
Earlier, some places incorrectly said that these were licensed under
the GPL.  If you encounter other places that still suggest that GPL
applies to the C# and Java library, please let me know.

** Updated Polish and Vietnamese translations.
Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Clytie Siddall
<clytie@riverland.net.au>.

** Install images for the manual in $infodir.
This fixes the broken image in the info manual.  Image files will be
called libidn-*.png to avoid namespace collisions with images from
other info manuals.

** Update gnulib files.

** API and ABI is backwards compatible with the previous version.
2007-06-07 19:56:55 +00:00

29 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.44 2007/06/07 19:56:55 wiz Exp $
DISTNAME= libidn-0.6.13
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"