blob: 74ea83519b4eb89ded8e4ae18ed41e558b719c25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
PORTREVISION= 1
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-patch:
@${REINPLACE_CMD} 's,$(CFGDIR)/queso.conf,$(CFGDIR)/queso.conf.sample,' \
${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>
|