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