mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
cb346df6f3
Submitted by: sat@
17 lines
359 B
Makefile
17 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"
|