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


1.10
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.21.18.55.11;	author novel;	state Exp;
branches;
next	1.8;

1.8
date	2006.04.03.18.03.12;	author novel;	state Exp;
branches;
next	1.7;

1.7
date	2005.03.08.07.38.33;	author novel;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.15.08.04.55;	author vs;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.13.10.07.13;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.22.17.54.19;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.09.07.22.07;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2004.06.05.17.49.55;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	scanlogd
# Date created:				10 May 2004
# Whom:					Roman Bogorodskiy
#
# $FreeBSD: head/security/scanlogd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	scanlogd
PORTVERSION=	2.2.6
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://openwall.com/scanlogd/ \
		ftp://ftp.openwall.com/pub/projects/scanlogd/ \
		ftp://rt.fm/pub/scanlogd/

MAINTAINER=	novel@@FreeBSD.org
COMMENT=	TCP port scan detection tool

USE_RC_SUBR=	${PORTNAME}

.if defined(WITH_LIBNIDS)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
ALL_TARGET=	libnids
.else
ALL_TARGET=	libpcap
.endif
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -c" LD="${CC}"

MAN8=		scanlogd.8
PLIST_FILES=	bin/scanlogd

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/scanlogd ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/scanlogd.8 ${MANPREFIX}/man/man8

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.9
log
@Improve USE_RC_SUBR usage.

PR:		136849
Submitted by:	pgollucci
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Update to 2.2.6.
@
text
@d10 1
d19 1
a19 1
USE_RC_SUBR=	yes
d30 1
a30 5
PLIST_FILES=	bin/scanlogd \
		etc/rc.d/scanlogd.sh

RC_SCRIPTS_SUB=	PREFIX=${PREFIX} \
		RC_SUBR=${RC_SUBR}
a36 3
	@@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
		${FILESDIR}/scanlogd.sh > ${PREFIX}/etc/rc.d/scanlogd.sh
	@@${CHMOD} ${BINMODE} ${PREFIX}/etc/rc.d/scanlogd.sh
@


1.7
log
@Use @@freebsd.org address for my ports.

Approved by:	krion (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	2.2.5
PORTREVISION=	2
@


1.6
log
@Fix path to scanlogd in rc-script (bump PORTREV)

PR:		ports/75034
Submitted by:	Hilko Meyer
Approved by:	maintainer
@
text
@d16 1
a16 1
MAINTAINER=	bogorodskiy@@inbox.ru
@


1.5
log
@Use RC_SUBR.
Cleanups for net/libnids dependency.

PR:		ports/75009
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@Fix CC, CFLAGS

PR:		70824
Submitted by:	Roman Bogorodskiy <bogorodskiy@@inbox.ru>
@
text
@d10 1
d19 1
a19 3
.if defined(WITH_LIBNIDS)
BUILD_DEPENDS+=	${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids
.endif
d22 1
d30 5
a34 1
PLIST_FILES=	bin/scanlogd
d41 4
a44 1
	 @@${CAT} ${PKGMESSAGE}
@


1.3
log
@Update to 2.2.5

PR:		ports/68842
Submitted by:	Roman Bogorodskiy (maintainer)
@
text
@d27 1
@


1.2
log
@- Update to 2.2.4

PR:		ports/67611
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.2.4
@


1.1
log
@Add scanlogd, a TCP port scan detection tool, originally designed to illustrate
various attacks an IDS developer has to deal with. Unlike some of the other
port scan detection tools out there, scanlogd is designed to be totally safe
to use.

PR:		ports/66449
Submitted by:	Roman Bogorodskiy <bogorodskiy@@inbox.ru>
@
text
@d9 1
a9 1
PORTVERSION=	2.2.1
@

