freebsd-ports/security/hackbot/Makefile
Yen-Ming Lee 35a8b7ea3e update to hackbot-2.19
PR:		48627
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-02-24 14:25:23 +00:00

36 lines
978 B
Makefile

# New ports collection makefile for: hackbot
# Date created: Mon Jan 13 15:44:35 GMT 2003
# Whom: mich@freebsdcluster.org
#
# $FreeBSD$
#
PORTNAME= hackbot
PORTVERSION= 2.19
CATEGORIES= security
MASTER_SITES= http://ws.obit.nl/hackbot/
EXTRACT_SUFX= .tgz
MAINTAINER= mich@freebsdcluster.org
COMMENT= A host exploration tool and bannergrabber
USE_REINPLACE= YES
USE_PERL5= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${REINPLACE_CMD} -e 's|/usr/local/etc/|${PREFIX}/etc/hackbot/|' ${WRKSRC}/hackbot.pl
do-install:
${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
${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>