summaryrefslogtreecommitdiffstats
path: root/security/pam_abl/Makefile
blob: 5c9003ed443e7c377cc585255ae528715e949e26 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# New ports collection makefile for:    pam_abl
# Date created:				Nov 6 2005
# Whom:					Petr Rehor <prehor@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	pam_abl
PORTVERSION=	0.2.3
CATEGORIES=	security
MASTER_SITES=	SF/pam-abl/pam-abl/${PORTVERSION}

MAINTAINER=	prehor@gmail.com
COMMENT=	Blacklisting responsible for repeated failed authentication attempts

WRKSRC=		${WRKDIR}/${PORTNAME}

PAMABLDB?=	/var/db/pam_abl

USE_BDB=	42+

SUB_FILES=	pkg-deinstall pkg-message pkg-plist pam_abl.8 190.clean-pam-abl
SUB_LIST=	PAMABLDB=${PAMABLDB}

PKGMESSAGE=	${WRKDIR}/pkg-message
PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
PLIST=		${WRKDIR}/pkg-plist

MAN8=		pam_abl.8

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

.include <bsd.port.pre.mk>

.if ${PREFIX} == / || ${PREFIX} == /usr
ETCPREFIX=
.else
ETCPREFIX=	${PREFIX}
.endif
SUB_LIST+=	ETCPREFIX=${ETCPREFIX}

SED_SCRIPT=	-e 's|<db.h>|<${BDB_INCLUDE_DIR}/db.h>|' \
		-e 's|-ldb|-l${BDB_LIB_NAME}|' \
		-e 's|%%PREFIX%%|${PREFIX}|' \
		-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
		-e 's|%%ETCPREFIX%%|${ETCPREFIX}|' \
		-e 's|%%PAMABLDB%%|${PAMABLDB}|'

post-patch:
.for file in Makefile pam_abl.h conf/pam_abl.conf conf/system-auth doc/index.html doc/pam_abl.html tools/Makefile
	@${REINPLACE_CMD} ${SED_SCRIPT} ${WRKSRC}/${file}
.endfor

pre-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in AUTHORS COPYING Copyright NEWS README THANKS conf/system-auth doc/index.html doc/pam_abl.html doc/copying.html doc/style.css
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.if !defined(NO_INSTALL_MANPAGES)
	@${MKDIR} ${MAN8PREFIX}/man/man8
	${INSTALL_MAN} ${WRKDIR}/pam_abl.8 ${MAN8PREFIX}/man/man8/
.endif
	@${MKDIR} ${PREFIX}/etc/periodic/daily
	${INSTALL_SCRIPT} ${WRKDIR}/190.clean-pam-abl ${PREFIX}/etc/periodic/daily/

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud