cb346df6f3
Submitted by: sat@
16 lines
359 B
Makefile
16 lines
359 B
Makefile
# New ports collection makefile for: sshguard-ipfw
|
|
# Date created: 17 May 2007
|
|
# Whom: Mij <mij@bitchx.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -ipfw
|
|
CONFLICTS= sshguard-1.0* sshguard-pf-1.0*
|
|
|
|
COMMENT= Protect hosts from brute force attacks against ssh using ipfw
|
|
|
|
SSHGUARDFW= ipfw
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
|
|
|
.include "${MASTERDIR}/Makefile"
|