839eade3f6
Add c99 to USE_LANGUAGES as nettle 3.4.1 uses c99 for loop syntax, and won't build on NetBSD 7.1 without it.
33 lines
865 B
Makefile
33 lines
865 B
Makefile
# $NetBSD: Makefile,v 1.21 2018/12/13 10:49:38 gson Exp $
|
|
|
|
DISTNAME= nettle-3.4.1
|
|
CATEGORIES= devel security
|
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/
|
|
MASTER_SITES+= ftp://ftp.lysator.liu.se/pub/security/lsh/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.lysator.liu.se/~nisse/nettle/
|
|
COMMENT= Cryptographic library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c c99
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gm4 gmake
|
|
GNU_CONFIGURE= yes
|
|
SET_LIBDIR= yes
|
|
CONFIGURE_ARGS+= --disable-openssl --disable-shared
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
|
|
CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
|
|
.endif
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
PKGCONFIG_OVERRIDE= hogweed.pc.in
|
|
PKGCONFIG_OVERRIDE+= nettle.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.gmp+= gmp>=6.0
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|