head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.26.13.59.29;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.12.22.13.31;	author itetcu;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.12.22.05.29;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.12.20.15.04;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sshguard-ipfw
# Date created:				17 May 2007
# Whom:					Mij <mij@@bitchx.it>
#
# $FreeBSD: head/security/sshguard-ipfw/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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


1.4
log
@- Update CONFLICTS [1]
- portlint(1) fix

PR:		ports/125976 [1]
Submitted by:	Mij <mij AT bitchx.it> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Shorten COMMENT

Submitted by:	sat@@
@
text
@a8 1
CONFLICTS=	sshguard-1.0* sshguard-pf-1.0*
d10 3
a12 1
COMMENT=        Protect hosts from brute force attacks against ssh using ipfw
@


1.2
log
@Fix INDEX building. I had PORTSDIR defined in env so I didn't saw it locally.

Submitted by:	sat@@
@
text
@d11 1
a11 1
COMMENT=        Protect networked hosts from brute force attacks against ssh using ipfw
@


1.1
log
@Add slave port sshguard-ipfw, protect networked hosts from brute force attacks
against ssh using ipfw.

PR:		ports/112760
Submitted by:	Mij <mij at bitchx.it>
@
text
@d14 1
a14 1
MASTERDIR=	${PORTSDIR}/security/sshguard
@

