openbsd-ports/security/xmlsec/Makefile
sthen 7adce6f8c1 update to xmlsec 1.2.19: adds support for DSA-SHA256, ECDSA-SHA1,
ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 and fixes a
number of miscellaneous bugs.
2013-05-16 11:28:28 +00:00

54 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.35 2013/05/16 11:28:28 sthen Exp $
COMMENT-main= XML security library
COMMENT-docs= XML security library documentation
VERSION= 1.2.19
DISTNAME= xmlsec1-${VERSION}
PKGNAME-main= xmlsec-${VERSION}
PKGNAME-docs= xmlsec-docs-${VERSION}
CATEGORIES= security
SHARED_LIBS= xmlsec1-gnutls 5.0 \
xmlsec1-openssl 4.0 \
xmlsec1-gcrypt 0.0 \
xmlsec1 6.0
HOMEPAGE= http://www.aleksey.com/xmlsec/
# MIT Licence
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c crypto gcrypt gmp gnutls gpg-error hogweed ltdl m
WANTLIB += nettle pthread ssl tasn1 xml2 xslt z p11-kit
MASTER_SITES= ${HOMEPAGE}/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
ftp://ftp.xmlsoft.org/xmlsec/releases/ \
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
MULTI_PACKAGES= -main -docs
PKG_ARCH-docs= *
WANTLIB-docs=
LIB_DEPENDS-docs=
RUN_DEPENDS-docs=
MODULES= devel/gettext
LIB_DEPENDS= devel/libtool,-ltdl \
textproc/libxslt \
security/gnutls
# USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-nss \
--without-nspr
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
TEST_DEPENDS= security/xmlsec
TEST_FLAGS= ABS_BUILDDIR="${WRKSRC}"
.include <bsd.port.mk>