blob: ef43ef00778c196f00f489408f7cd8865d8d85d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: sshguard-ipfw
# Date created: 17 May 2007
# Whom: 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
.include "${MASTERDIR}/Makefile"
|