pkgsrc/security/xml-security-c/Makefile

22 lines
655 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2016/10/09 03:17:18 ryoon Exp $
DISTNAME= xml-security-c-1.7.3
CATEGORIES= security devel
2013-04-06 16:09:32 +02:00
MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://santuario.apache.org/
COMMENT= XML Digital Signature specification implementation
LICENSE= apache-2.0
2013-04-06 16:09:32 +02:00
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"