2013-04-06 16:09:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2013/04/06 14:09:34 rodent Exp $
|
2009-05-10 14:23:36 +02:00
|
|
|
|
2011-07-29 01:33:31 +02:00
|
|
|
DISTNAME= xml-security-c-1.6.1
|
2013-02-07 00:20:50 +01:00
|
|
|
PKGREVISION= 1
|
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"
|