freebsd-ports/net/queso/Makefile
Mark Linimon 0c9df415d1 Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.

Hat:		portmgr
2006-06-23 05:28:33 +00:00

29 lines
791 B
Makefile

# 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)
#
# $FreeBSD$
#
PORTNAME= queso
PORTVERSION= 980922
CATEGORIES= net security
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \
http://www.mirrors.wiretapped.net/security/network-mapping/
MAINTAINER= ports@FreeBSD.org
COMMENT= Determine the remote OS using simple tcp packets
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>