c18ce611ff
Packages defined the variable BROKEN inconsistently. Some added quotes, like they are required in PKG_FAIL_REASON, some omitted them. Now all packages behave the same, and pkglint will flag future mistakes.
31 lines
942 B
Makefile
31 lines
942 B
Makefile
# $NetBSD: Makefile,v 1.22 2019/11/04 17:47:30 rillig Exp $
|
|
|
|
DISTNAME= openvas-libraries-2.0.0
|
|
PKGREVISION= 13
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/548/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.openvas.org/
|
|
COMMENT= Libraries for the Open Vulnerability Assessment System
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
MAKE_JOBS_SAFE= NO
|
|
BUILD_DEFS+= VARBASE
|
|
USE_LANGUAGES= c++ c
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
|
|
|
# DragonFly-2.8.2 has dn_expand(3) in libc, and not have libresolv.
|
|
BUILDLINK_TRANSFORM.DragonFly+= rm:-lresolv
|
|
|
|
BROKEN= "Does not build with gnutls-3.5 -- newer versions available."
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|