Sun Dec 16 22:53:35 2018 UTC ()
xml-security-c: Add a test target.


(nia)
diff -r1.20 -r1.21 pkgsrc/security/xml-security-c/Makefile

cvs diff -r1.20 -r1.21 pkgsrc/security/xml-security-c/Makefile (expand / switch to unified diff)

--- pkgsrc/security/xml-security-c/Makefile 2018/12/16 22:19:25 1.20
+++ pkgsrc/security/xml-security-c/Makefile 2018/12/16 22:53:35 1.21
@@ -1,20 +1,23 @@ @@ -1,20 +1,23 @@
1# $NetBSD: Makefile,v 1.20 2018/12/16 22:19:25 nia Exp $ 1# $NetBSD: Makefile,v 1.21 2018/12/16 22:53:35 nia Exp $
2 2
3DISTNAME= xml-security-c-2.0.2 3DISTNAME= xml-security-c-2.0.2
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/} 5MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://santuario.apache.org/ 8HOMEPAGE= http://santuario.apache.org/
9COMMENT= XML Digital Signature specification implementation 9COMMENT= XML Digital Signature specification implementation
10LICENSE= apache-2.0 10LICENSE= apache-2.0
11 11
12USE_LANGUAGES= c c++11 12USE_LANGUAGES= c c++11
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" 16CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
17 17
 18do-test:
 19 ${WRKSRC}/xsec/xsec-xtest
 20
18.include "../../security/openssl/buildlink3.mk" 21.include "../../security/openssl/buildlink3.mk"
19.include "../../textproc/xerces-c/buildlink3.mk" 22.include "../../textproc/xerces-c/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"