pkgsrc/devel/libidn/Makefile
wiz 9baf481ad4 Update to 1.12:
* Version 1.12 (released 2009-01-23)

** idn: New parameter --no-tld to deprecate the old parameter --tld.
The new parameter --no-tld disable TLD checking of the input string.
The --tld parameter was broken; it behaved opposite to its documented
behaviour.  To avoid confusion over what --tld means, we decided to
deprecate it.  Now --tld is not printed in the idn --help output, but
will continue to work as before.

** doc: Modernize doxygen configuration.

** doc: Change license on the manual to GFDLv1.3+.

** doc: Improve JavaDoc output.

** Update gnulib files and translations.

** Build with more warnings.
2009-02-21 13:52:38 +00:00

32 lines
902 B
Makefile

# $NetBSD: Makefile,v 1.61 2009/02/21 13:52:38 wiz Exp $
DISTNAME= libidn-1.12
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
http://ftp.gnu.org/gnu/libidn/
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
CONFIGURE_ENV+= EMACS=${FALSE}
CONFIGURE_ARGS+= --disable-csharp --disable-java
PKGCONFIG_OVERRIDE+= libidn.pc.in
TEST_TARGET= check
#LICENSE= gnu-gplv3 gnu-gplv2 gnu-lgplv21
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"