1998-10-25 01:31:27 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Queso
|
|
|
|
# Date created: 13 Oct 1998
|
|
|
|
# Whom: Wu Ching-hong <woju@freebsd.ee.ntu.edu.tw>
|
|
|
|
# and David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1998-10-25 01:31:27 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= queso
|
|
|
|
PORTVERSION= 980922
|
1998-10-25 01:31:27 +02:00
|
|
|
CATEGORIES= net security
|
2003-11-03 02:17:38 +01:00
|
|
|
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \
|
|
|
|
http://www.mirrors.wiretapped.net/security/network-mapping/
|
1998-10-25 01:31:27 +02:00
|
|
|
|
2002-05-08 23:03:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Determine the remote OS using simple tcp packets
|
1998-10-25 01:31:27 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1998-11-11 06:37:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-10-25 01:31:27 +02:00
|
|
|
.if ${OSVERSION} < 300004
|
2004-03-10 23:27:07 +01:00
|
|
|
LIB_DEPENDS= pcap.2:${PORTSDIR}/net/libpcap
|
1998-10-25 01:31:27 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
#${INSTALL_PROGRAM} ${WRKSRC}/queso ${PREFIX}/sbin
|
|
|
|
#${INSTALL_DATA} ${WRKSRC}/queso.conf ${PREFIX}/etc
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/queso
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${PREFIX}/share/doc/queso
|
|
|
|
.endif
|
|
|
|
|
1998-11-11 06:37:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|