summaryrefslogtreecommitdiff
path: root/security/crudesaml/Makefile.common
blob: 5328588bcedaaa292c92ed628e599cdd0b40934a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile.common,v 1.11 2017/05/25 03:17:41 manu Exp $
#
# used by security/cy2-saml/Makefile
# used by security/pam-saml/Makefile

DISTNAME=	crudesaml-1.8
CATEGORIES=	security
MASTER_SITES=	http://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"