aboutsummaryrefslogtreecommitdiffstats
path: root/security/sshguard-ipfw/Makefile
blob: 7af049945acde6fb66c9ed63910ee82a415be91d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: Mij <mij@bitchx.it>
# $FreeBSD$

PKGNAMESUFFIX=  -ipfw

COMMENT=    Protect hosts from brute force attacks against ssh and other services using ipfw

CONFLICTS=  sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.*

SSHGUARDFW= ipfw
MASTERDIR=  ${.CURDIR}/../sshguard

NO_STAGE=   yes
.include "${MASTERDIR}/Makefile"