mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
23 lines
669 B
Makefile
23 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.14 2014/02/12 23:18:37 tron Exp $
|
|
|
|
DISTNAME= xml-security-c-1.7.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= security devel
|
|
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
|
|
|
|
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"
|