aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p0f
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-05-19 20:43:38 +0800
committerRyan Steinmetz <zi@FreeBSD.org>2012-05-19 20:43:38 +0800
commit72b51b707bf082e6706ade51f04f2bbdac9ab60f (patch)
tree0c6a3e05132720188282c3fd70ad7438ec4a46e4 /net-mgmt/p0f
parent4cbb0ca872486656349eb3199c27a51f9373f8ed (diff)
downloadfreebsd-ports-gnome-72b51b707bf082e6706ade51f04f2bbdac9ab60f.tar.gz
freebsd-ports-gnome-72b51b707bf082e6706ade51f04f2bbdac9ab60f.tar.zst
freebsd-ports-gnome-72b51b707bf082e6706ade51f04f2bbdac9ab60f.zip
- Honor CC/CFLAGS (+fix clang build) [1]
- Add additional MASTER_SITES [1] - Whitespace cleanup - Mark JOBS_SAFE [1] - Add LICENSE PR: ports/168133 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1]
Diffstat (limited to 'net-mgmt/p0f')
-rw-r--r--net-mgmt/p0f/Makefile12
-rw-r--r--net-mgmt/p0f/pkg-descr2
2 files changed, 11 insertions, 3 deletions
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile
index 5d64d4b3db10..38738f70510b 100644
--- a/net-mgmt/p0f/Makefile
+++ b/net-mgmt/p0f/Makefile
@@ -8,15 +8,23 @@
PORTNAME= p0f
PORTVERSION= 3.05b
CATEGORIES= net-mgmt security
-MASTER_SITES= http://lcamtuf.coredump.cx/p0f3/releases/
+MASTER_SITES= http://lcamtuf.coredump.cx/p0f3/releases/ \
+ http://fossies.org/unix/privat/
EXTRACT_SUFX= .tgz
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Passive OS fingerprinting tool
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
+
PLIST_FILES= bin/p0f bin/p0f-client bin/p0f-sendsyn \
bin/p0f-sendsyn6 etc/p0f.fp
-PORTDOCS= COPYING ChangeLog README TODO existential-notes.txt extra-sigs.txt
+PORTDOCS= COPYING ChangeLog README TODO existential-notes.txt \
+ extra-sigs.txt
+
+MAKE_JOBS_SAFE= yes
+MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README
diff --git a/net-mgmt/p0f/pkg-descr b/net-mgmt/p0f/pkg-descr
index 40218ee9f5b5..536d72a9a835 100644
--- a/net-mgmt/p0f/pkg-descr
+++ b/net-mgmt/p0f/pkg-descr
@@ -5,7 +5,7 @@ when it establishes a connection to our system. Captured packets contain
enough information to identify the operating system. In contrast to active
scanners such as nmap and QueSO, p0f does not send anything to the host being
identified.
-
+
For more information, read Spitzner's text at:
http://www.enteract.com/~lspitz/finger.html .