c6fc7dbcf6
ChangeLog Since 2.3.5: * fix a bug when receiving a signature using the InclusiveNamespaces PrefixList by copying namespace declaration from upper level at the level of the signed node. * fix compilation warning on recent version of GCC
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.7 2012/10/23 18:16:15 manu Exp $
|
|
#
|
|
# used by security/lasso/Makefile
|
|
# used by security/py-lasso/Makefile
|
|
|
|
DISTNAME= lasso-2.3.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://dev.entrouvert.org/lasso/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://lasso.entrouvert.org/
|
|
COMMENT= Libery Alliance Single Sign On implementation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../security/lasso/patches
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-sasl2=${PREFIX}
|
|
CONFIGURE_ARGS+= --with-zlib=${PREFIX}
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config perl
|
|
|
|
PKGCONFIG_OVERRIDE+= lasso.pc.in
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../security/xmlsec1/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../security/cyrus-sasl/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|