mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
cb346df6f3
Submitted by: sat@
16 lines
345 B
Makefile
16 lines
345 B
Makefile
# New ports collection makefile for: sshguard-pf
|
|
# Date created: 17 May 2007
|
|
# Whom: Mij <mij@bitchx.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -pf
|
|
CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0*
|
|
COMMENT= Protect hosts from brute force attacks against ssh using pf
|
|
|
|
SSHGUARDFW= pf
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
|
|
|
.include "${MASTERDIR}/Makefile"
|