mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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]
This commit is contained in:
parent
4cbb0ca872
commit
72b51b707b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296956
2 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue