freebsd-ports/security/sshguard-ipfw/Makefile
Li-Wen Hsu b9ef58c62c - Update CONFLICTS [1]
- portlint(1) fix

PR:		ports/125976 [1]
Submitted by:	Mij <mij AT bitchx.it> (maintainer)
2008-07-26 13:59:29 +00:00

17 lines
392 B
Makefile

# 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"