1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/net/queso/Makefile

30 lines
791 B
Makefile
Raw Normal View History

# 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 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= queso
PORTVERSION= 980922
CATEGORIES= net security
2003-11-03 01:17:38 +00:00
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \
http://www.mirrors.wiretapped.net/security/network-mapping/
2002-05-08 21:03:16 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= Determine the remote OS using simple tcp packets
2004-04-10 17:26:55 +00:00
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>