5306a93e2a
Building with texinfo 4.1 causes build errors mentioning unknown commands "copying" (according to texinfo NEWS file introduced in texinfo 4.2) and "ordf" (NEWS tells us texinfo 4.7) before killing the build.
34 lines
946 B
Makefile
34 lines
946 B
Makefile
# $NetBSD: Makefile,v 1.64 2009/04/30 05:51:04 dsainty Exp $
|
|
|
|
DISTNAME= libidn-1.14
|
|
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
|
|
|
|
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"
|