aboutsummaryrefslogtreecommitdiff
path: root/security/pam-modules/Makefile
blob: f3c7cef311d5b1ea161c4635cbeb7351b95ba492 (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Created by: Mark Felder <feld@FreeBSD.org>

PORTNAME=	pam-modules
PORTVERSION=	2.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	ftp://download.gnu.org.ua/pub/release/pam-modules/

MAINTAINER=	feld@FreeBSD.org
COMMENT=	Collection of modules for PAM

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
USES=		libtool

USE_LDCONFIG=	yes

CONFIGURE_ARGS=	--disable-fshadow

OPTIONS_DEFINE=	GROUPMEMBER MYSQL REGEX PGSQL SYSLOG
OPTIONS_DEFAULT=	GROUPMEMBER REGEX SYSLOG
OPTIONS_SUB=	yes

GROUPMEMBER_CONFIGURE_ENABLE=	groupmember
GROUPMEMBER_DESC=	Build pam_groupmember

MYSQL_CONFIGURE_ENABLE=	mysql
MYSQL_DESC=	Build pam_mysql
MYSQL_USES=	mysql

PGSQL_CONFIGURE_ENABLE=	pgsql
PGSQL_DESC=	Build pam_pgsql
PGSQL_USES=	pgsql
PGSQL_VARS=	WANT_PGSQL=client

SYSLOG_CONFIGURE_ENABLE=	log
SYSLOG_DESC=	Build pam_log

REGEX_CONFIGURE_ENABLE=	regex
REGEX_DESC=	Build pam_regex

INFO=	pam-modules

.include <bsd.port.options.mk>

.include <bsd.port.mk>