1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/sshguard-ipfw/Makefile
2014-04-25 16:59:08 +00:00

14 lines
308 B
Makefile

# Created by: 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"