2012-10-23 20:16:15 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.7 2012/10/23 18:16:15 manu Exp $
|
2009-03-02 17:46:01 +01:00
|
|
|
#
|
|
|
|
# used by security/lasso/Makefile
|
|
|
|
# used by security/py-lasso/Makefile
|
|
|
|
|
2012-10-23 20:16:15 +02:00
|
|
|
DISTNAME= lasso-2.3.6
|
2009-03-02 17:46:01 +01:00
|
|
|
CATEGORIES= security
|
2011-04-04 10:30:29 +02:00
|
|
|
MASTER_SITES= http://dev.entrouvert.org/lasso/
|
2009-03-02 17:46:01 +01:00
|
|
|
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
|
|
HOMEPAGE= http://lasso.entrouvert.org/
|
|
|
|
COMMENT= Libery Alliance Single Sign On implementation
|
2012-09-28 13:52:22 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2009-03-02 17:46:01 +01:00
|
|
|
|
|
|
|
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"
|