pkgsrc/devel/libidn/Makefile
wiz cd398c08ea Update to 0.6.8:
* Version 0.6.8 (released 2006-10-18)

** The gnulib directory is separated into two directories.
One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
gnulib directory (gl/) for the GPL tools in src/.  This allows the
GPL'd tools to use more gnulib modules than before, since earlier all
gnulib files had to be LGPL.

** Update gnulib files.

** Some minor cleanups, like assuming locale.h and setlocale().

** API and ABI is backwards compatible with the previous version.
2006-10-23 22:58:17 +00:00

28 lines
756 B
Makefile

# $NetBSD: Makefile,v 1.38 2006/10/23 22:58:17 wiz Exp $
DISTNAME= libidn-0.6.8
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
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= makeinfo pkg-config perl:build
TEXINFO_REQD= 4.1
GNU_CONFIGURE= yes
INFO_FILES= # PLIST
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"