2014-01-09 06:07:05 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.8 2014/01/09 05:07:05 obache Exp $
|
2009-09-13 21:57:13 +02:00
|
|
|
#
|
|
|
|
# used by security/cy2-saml/Makefile
|
|
|
|
# used by security/pam-saml/Makefile
|
|
|
|
|
2012-11-08 09:48:13 +01:00
|
|
|
DISTNAME= crudesaml-1.4
|
2009-09-13 21:57:13 +02:00
|
|
|
CATEGORIES= security
|
2009-09-14 08:14:14 +02:00
|
|
|
MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/
|
2009-09-13 21:57:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_LANGUAGES+= c
|
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo
|
|
|
|
|
2014-01-09 06:07:05 +01:00
|
|
|
CONFIGURE_ARGS+=--with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
|
|
|
|
CONFIGURE_ARGS+=--with-lasso=${BUILDLINK_PREFIX.lasso}
|
|
|
|
CONFIGURE_ARGS+=--with-pam=${PAMBASE}
|
2009-09-13 21:57:13 +02:00
|
|
|
|
|
|
|
.include "../../security/cyrus-sasl/buildlink3.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../security/lasso/buildlink3.mk"
|
|
|
|
.include "../../mk/pam.buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|