blob: c2d99025da4f2d5021fd7a95369d89f607c0024d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: sshguard-pf
# Date created: 17 May 2007
# Whom: Mij <mij@bitchx.it>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -pf
CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0*
COMMENT= Protect networked hosts from brute force attacks against ssh using pf
SSHGUARDFW= pf
MASTERDIR= ${.CURDIR}/../sshguard
.include "${MASTERDIR}/Makefile"
|