30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.98 2017/01/19 18:52:06 agc Exp $
|
|
|
|
DISTNAME= libidn-1.33
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/
|
|
MASTER_SITES+= ${MASTER_SITE_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
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= makeinfo pkg-config perl:build gsed
|
|
TEXINFO_REQD= 4.7
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
CONFIGURE_ENV+= EMACS=${FALSE:Q}
|
|
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
|
|
|
|
CONFIGURE_ARGS.Interix+= --disable-ld-version-script
|
|
|
|
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"
|