summaryrefslogtreecommitdiff
path: root/security/pam_alreadyloggedin/Makefile
blob: 71817369e7f0aaec8d6e74e637decccb93ff5acf (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
# New ports collection makefile for:	pam_alreadyloggedin
# Date created:				6 March 2002
# Whom:					green@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	pam_alreadyloggedin
PORTVERSION=	0.2
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_LOCAL}					\
		http://green.bikeshed.org/~green/
MASTER_SITE_SUBDIR=	green

MAINTAINER=	green@FreeBSD.org
COMMENT=	PAM module based on whether a user is already logged in

MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=	"only works on systems with OpenPAM (5.0-CURRENT)"
.endif

.if ${OSVERSION} >= 500113
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"
.endif

.if defined(NOPROFILE)
PLIST_SUB+=	PROFILE="@comment "
.else
PLIST_SUB+=	PROFILE=""
.endif

MAN8=		pam_alreadyloggedin.8

.include <bsd.port.post.mk>