7409a9c423
PR: 52109 Submitted by: Jim Geovedi <jim@corebsd.or.id> Approved by: various maintainers, timeouts
31 lines
927 B
Makefile
31 lines
927 B
Makefile
# Ports collection makefile for: siphon
|
|
# Date created: 6 May 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= siphon
|
|
PORTVERSION= 0.666
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \
|
|
ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \
|
|
${MASTER_SITE_PACKETSTORM}
|
|
MASTER_SITE_SUBDIR= UNIX/utilities
|
|
# http://www.subterrain.net/projects/siphon/
|
|
DISTFILES= siphon-v.666.tar.gz siphon-report.pl
|
|
EXTRACT_ONLY= siphon-v.666.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Passive host OS identifier using characteristics of sniffed traffic
|
|
|
|
WRKSRC= ${WRKDIR}/siphon-v.666
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/share/siphon
|
|
${INSTALL_PROGRAM} ${WRKSRC}/siphon ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${DISTDIR}/siphon-report.pl ${PREFIX}/bin/siphon-report
|
|
${INSTALL_DATA} ${WRKSRC}/osprints.conf ${PREFIX}/share/siphon
|
|
|
|
.include <bsd.port.mk>
|