2007-06-12 22:15:04 +02:00
|
|
|
# New ports collection makefile for: sshguard-ipfw
|
|
|
|
# Date created: 17 May 2007
|
|
|
|
# Whom: Mij <mij@bitchx.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -ipfw
|
|
|
|
|
2008-07-26 15:59:29 +02:00
|
|
|
COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfw
|
|
|
|
|
|
|
|
CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.*
|
2007-06-12 22:15:04 +02:00
|
|
|
|
|
|
|
SSHGUARDFW= ipfw
|
2007-06-13 00:05:29 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
2007-06-12 22:15:04 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|