2016-10-09 05:17:18 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2016/10/09 03:17:18 ryoon Exp $
|
2009-05-10 14:23:36 +02:00
|
|
|
|
2016-10-09 05:17:18 +02:00
|
|
|
DISTNAME= xml-security-c-1.7.3
|
2011-02-23 10:02:07 +01:00
|
|
|
CATEGORIES= security devel
|
2013-04-06 16:09:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
|
2009-05-10 14:23:36 +02:00
|
|
|
|
2011-02-28 15:52:37 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-02-23 10:02:07 +01:00
|
|
|
HOMEPAGE= http://santuario.apache.org/
|
|
|
|
COMMENT= XML Digital Signature specification implementation
|
|
|
|
LICENSE= apache-2.0
|
2009-05-10 14:23:36 +02:00
|
|
|
|
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}"
|
2009-05-10 14:23:36 +02:00
|
|
|
|
2011-02-23 10:02:07 +01:00
|
|
|
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
|
2009-05-10 14:23:36 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../textproc/xerces-c/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|