mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5de4ad731b
- portlint(1) fix PR: ports/125977 (1) Submitted by: Mij <mij AT bitchx.it> (maintainer)
18 lines
386 B
Makefile
18 lines
386 B
Makefile
# New ports collection makefile for: sshguard-pf
|
|
# Date created: 17 May 2007
|
|
# Whom: Mij <mij@bitchx.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -pf
|
|
|
|
COMMENT= Protect hosts from brute force attacks against ssh and other services using pf
|
|
|
|
CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.*
|
|
|
|
SSHGUARDFW= pf
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
|
|
|
.include "${MASTERDIR}/Makefile"
|