head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.15.05;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2004.11.27.11.20.34;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.11.13.51.06;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ipfw2dshield
# Date created:				8 June 2004
# Whom:					Frank W. Josellis <frank@@dynamical-systems.org>
#
# $FreeBSD: head/security/ipfw2dshield/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ipfw2dshield
PORTVERSION=	0.5
CATEGORIES=	security
MASTER_SITES=	http://www.dynamical-systems.org/ipfw/

MAINTAINER=	frank@@dynamical-systems.org
COMMENT=	A DShield client for ipfw logs

PORTDOCS=	CHANGES README.html README.txt

post-patch:
	@@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ipfw2dshield

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 0.5
- Respect PREFIX

PR:		ports/74337
Submitted by:	maintainer
@
text
@a15 2
USE_REINPLACE=	yes

@


1.1
log
@Add ipfw2dshield, a script for parsing ipfw log messages and submitting reports
to dshield.org (visit http://www.dshield.org for more info).

PR:		ports/67754
Submitted by:	Frank W. Josellis <frank@@dynamical-systems.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.4
@

