aboutsummaryrefslogtreecommitdiffstats
path: root/security/denyhosts/Makefile
blob: 7c94d9a5423a592b0ff650a3865c59c7b34873c4 (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
# New ports collection makefile for:    denyhosts
# Date created:                 04 November 2005
# Whom:                         Janos Mohacsi <janos.mohacsi@bsd.hu>
#
# $FreeBSD$
#

PORTNAME=   denyhosts
PORTVERSION=    2.6
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   DenyHosts-${PORTVERSION}

MAINTAINER= janos.mohacsi@bsd.hu
COMMENT=    Script to thwart ssh attacks

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

USE_RC_SUBR=    denyhosts
SUB_FILES=  pkg-message

PORTDOCS=   CHANGELOG.txt LICENSE.txt README.txt

post-patch:
    @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
        ${WRKSRC}/daemon-control-dist \
        ${WRKSRC}/denyhosts.cfg-dist \
        ${WRKSRC}/setup.py

post-install:
    ${INSTALL_DATA} ${WRKSRC}/denyhosts.cfg-dist ${PREFIX}/etc/denyhosts.conf-dist
    [ -f ${PREFIX}/etc/denyhosts.conf ] || \
        ${INSTALL_DATA} ${WRKSRC}/denyhosts.cfg-dist ${PREFIX}/etc/denyhosts.conf
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>