pkgsrc/security/lasso/Makefile.common
tron 2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.3 2009/09/23 09:54:46 tron Exp $
#
# used by security/lasso/Makefile
# used by security/py-lasso/Makefile
DISTNAME= lasso-2.2.2
CATEGORIES= security
MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/735/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://lasso.entrouvert.org/
COMMENT= Libery Alliance Single Sign On implementation
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"