summaryrefslogtreecommitdiff
path: root/security/xml-security-c/Makefile
blob: ecd6b88a5b5a28f7ca82160a951c6c5c0a59bbd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.4 2009/08/12 02:31:20 obache Exp $

DISTNAME=		xml-security-c-1.5.1
PKGREVISION=		1
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
LICENSE=		apache-2.0

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"