diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-10 12:23:36 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-10 12:23:36 +0000 |
commit | fb4a5e20340e17d58ebaec15a58507b360a5d7e7 (patch) | |
tree | fd839ef6515b943b9b4cb7ddb4634c1a91a81848 /security/xml-security-c/Makefile | |
parent | ab2859b2859b8213e91623468fcc557964ef705a (diff) | |
download | pkgsrc-fb4a5e20340e17d58ebaec15a58507b360a5d7e7.tar.gz |
XML Security is an C++ implementation of the W3C digital signature
specification that makes it possible for programmers to create and
validate signed XML documents.
Diffstat (limited to 'security/xml-security-c/Makefile')
-rw-r--r-- | security/xml-security-c/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/xml-security-c/Makefile b/security/xml-security-c/Makefile new file mode 100644 index 00000000000..b1521a885f5 --- /dev/null +++ b/security/xml-security-c/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/10 12:23:36 hasso Exp $ + +DISTNAME= xml-security-c-1.4.0 +CATEGORIES= security devel +MASTER_SITES= http://santuario.apache.org/dist/c-library/ + +MAINTAINER= hasso@NetBSD.org +HOMEPAGE= http://santuario.apache.org/c/index.html +COMMENT= XML Digital Signature specification implementation + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7 + +CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" + +.include "../../security/openssl/buildlink3.mk" +.include "../../textproc/xalan-c/buildlink3.mk" +.include "../../textproc/xerces-c/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |