openbsd-ports/security/xmlsec/Makefile
2006-08-03 23:28:11 +00:00

60 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.12 2006/08/03 23:28:12 espie Exp $
COMMENT= "XML security library"
COMMENT-docs= "XML security library documentation"
VERSION= 1.2.5
DISTNAME= xmlsec1-${VERSION}
PKGNAME= xmlsec-${VERSION}p1
PKGNAME-docs= xmlsec-docs-${VERSION}
CATEGORIES= security
SHARED_LIBS= xmlsec1-gnutls 3.5 \
xmlsec1-openssl 3.5 \
xmlsec1 3.5
MODGNU_SHARED_LIBS=xmlsec1-gnutls '' \
xmlsec1-openssl '' \
xmlsec1 ''
HOMEPAGE= http://www.aleksey.com/xmlsec/
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# MIT Licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto gcrypt gpg-error intl m xml2 z
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
ftp://ftp.xmlsoft.org/xmlsec/releases/ \
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
MULTI_PACKAGES= -docs
SUBPACKAGE?=
.if defined(PACKAGING) && ${SUBPACKAGE} == "-docs"
PKG_ARCH= *
WANTLIB=
.endif
.if ${SUBPACKAGE} != "-docs"
MODULES= converters/libiconv
BUILD_DEPENDS= ::devel/pkgconfig
LIB_DEPENDS= xslt.>=2::textproc/libxslt \
gnutls.>=12::security/gnutls
.endif
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" \
--without-nss \
--without-nspr
REGRESS_DEPENDS= ::security/xmlsec
REGRESS_FLAGS= ABS_BUILDDIR="${WRKSRC}"
.include <bsd.port.mk>