1d689ed424
* Version 1.21 (released 2011-04-24) [stable] ** build/gettext: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, hopefully now fixed. Reported by Dagobert Michelsen <dam@opencsw.org> in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/25522>. ** build: Improve MinGW cross-compile makefile, see win32/libidn4win.mk. ** build: Visual Studio files fixed to define LIBIDN_BUILDING. Tiny patch from Waqas Hussain <waqas20@gmail.com>. ** API and ABI is backwards compatible with the previous version.
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.76 2011/05/02 13:09:11 wiz Exp $
|
|
|
|
DISTNAME= libidn-1.21
|
|
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
|
|
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
|
|
|
|
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.7
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
CONFIGURE_ENV+= EMACS=${FALSE}
|
|
CONFIGURE_ARGS+= --disable-csharp --disable-java
|
|
CONFIGURE_ARGS+= --with-packager=pkgsrc
|
|
CONFIGURE_ARGS+= --with-packager-bug-reports=http://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Interix"
|
|
CONFIGURE_ARGS+= --disable-ld-version-script
|
|
.endif
|
|
|
|
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"
|