b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
24 lines
664 B
Makefile
24 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.23 2020/01/18 23:35:13 rillig Exp $
|
|
|
|
DISTNAME= xml-security-c-2.0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://santuario.apache.org/
|
|
COMMENT= XML Digital Signature specification implementation
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= c c++11
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
|
|
|
|
do-test:
|
|
${WRKSRC}/xsec/xsec-xtest
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../textproc/xerces-c/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|