27 lines
714 B
Text
27 lines
714 B
Text
# $NetBSD: Makefile.common,v 1.13 2019/05/02 08:55:15 wiz Exp $
|
|
#
|
|
# used by security/cy2-saml/Makefile
|
|
# used by security/pam-saml/Makefile
|
|
|
|
DISTNAME= crudesaml-1.9
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://ftp.espci.fr/pub/crudesaml/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../security/crudesaml/patches
|
|
|
|
CONFIGURE_ARGS+=--with-sasl2=${PREFIX}
|
|
|
|
.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"
|