2000-05-07 00:51:31 +02:00
|
|
|
# Ports collection makefile for: siphon
|
|
|
|
# Date created: 6 May 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= siphon
|
|
|
|
PORTVERSION= 0.666
|
2000-06-02 05:18:54 +02:00
|
|
|
CATEGORIES= security
|
2001-07-22 00:18:15 +02:00
|
|
|
MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \
|
2003-08-16 18:02:39 +02:00
|
|
|
ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \
|
|
|
|
${MASTER_SITE_PACKETSTORM}
|
|
|
|
MASTER_SITE_SUBDIR= UNIX/utilities
|
2001-07-22 00:18:15 +02:00
|
|
|
# http://www.subterrain.net/projects/siphon/
|
2000-05-07 00:51:31 +02:00
|
|
|
DISTFILES= siphon-v.666.tar.gz siphon-report.pl
|
|
|
|
EXTRACT_ONLY= siphon-v.666.tar.gz
|
|
|
|
|
2003-07-12 12:28:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Passive host OS identifier using characteristics of sniffed traffic
|
2000-05-07 00:51:31 +02:00
|
|
|
|
2004-02-21 22:48:55 +01:00
|
|
|
BROKEN= "Does not fetch"
|
|
|
|
|
2000-05-07 00:51:31 +02:00
|
|
|
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>
|