head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.5;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2007.04.10.10.15.59;	author mich;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.13.04.15.04;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2005.10.03.13.51.14;	author mich;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.14.09.21.20;	author mich;	state Exp;
branches;
next	1.6;

1.6
date	2003.05.07.11.37.53;	author mich;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.28.16.09.55;	author naddy;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.24.14.25.23;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.13.26.44;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.19.12.42.19;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.17.12.53.47;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:   hackbot
# Date created:        Mon Jan 13 15:44:35 GMT 2003
# Whom:                mich@@freebsdcluster.org
#
# $FreeBSD: head/security/hackbot/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	hackbot
PORTVERSION=	2.21
CATEGORIES=	security
MASTER_SITES=	http://freebsdcluster.org/~mich/software/ \
		http://ws.obit.nl/hackbot/
EXTRACT_SUFX=	.tgz

MAINTAINER=	mich@@FreeBSD.org
COMMENT=	A host exploration tool and bannergrabber

USE_PERL5=	YES
NO_BUILD=	YES
WRKSRC=		${WRKDIR}/${PORTNAME}

pre-patch:
	@@${REINPLACE_CMD} -e 's|/usr/local/etc|${DATADIR}|' ${WRKSRC}/hackbot.pl

do-install:
	${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/google.db ${DATADIR}/google.db
	${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${DATADIR}/fingerprint.db
	${INSTALL_DATA} ${WRKSRC}/cgi.db ${DATADIR}/cgi.db
	${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1/

MAN1=	hackbot.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>
@


1.10
log
@- add MASTER_SITE
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d11 2
a12 1
MASTER_SITES=	http://ws.obit.nl/hackbot/
@


1.8
log
@o Fix whitespace (to tab)
o Fix path to database files problem [1]
o use %%DATADIR%% while we are here

Submitted by:	andreas[1]
@
text
@a16 1
USE_REINPLACE=	YES
@


1.7
log
@- Update to latest release.
- Move datafiles to ${DATADIR}

Approved by: roberto(mentor)
@
text
@d12 1
a12 1
EXTRACT_SUFX=   .tgz
d23 1
a23 1
	@@${REINPLACE_CMD} -e 's|/usr/local/etc/|${DATADIR}/hackbot/|' ${WRKSRC}/hackbot.pl
@


1.6
log
@Change maintainer email to my @@FreeBSD.org address

Approved by: roberto(mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.20
d23 1
a23 1
	@@${REINPLACE_CMD} -e 's|/usr/local/etc/|${PREFIX}/etc/hackbot/|' ${WRKSRC}/hackbot.pl
d26 4
a29 4
	${MKDIR} ${PREFIX}/etc/hackbot
	${INSTALL_DATA} ${WRKSRC}/google.db ${PREFIX}/etc/hackbot/google.db
	${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/etc/hackbot/fingerprint.db
	${INSTALL_DATA} ${WRKSRC}/cgi.db ${PREFIX}/etc/hackbot/cgi.db
@


1.5
log
@Update to 2.20.

PR:		48782
Submitted by:	Michael L.Hostbaek <mich@@freebsdcluster.org>
@
text
@d14 1
a14 1
MAINTAINER=	mich@@freebsdcluster.org
@


1.4
log
@update to hackbot-2.19

PR:		48627
Submitted by:	Michael L. Hostbaek <mich@@freebsdcluster.org>
@
text
@d9 1
a9 1
PORTVERSION=	2.19
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	2.18
@


1.2
log
@Man-pages are already compressed when installed.

Submitted by:	Yonatan Bokovza <Yonatan@@xpert.com>
@
text
@d15 1
@


1.1
log
@New port: security/hackbot

Hackbot is a host exploration tool and bannergrabber.
It scans numerous services and vulnerabilities.

PR:		ports/47021
Submitted by:	Michael L. Hostbaek <mich@@freebsdcluster.org>
@
text
@d33 1
@

