- Update to 3.06b
While here: - Trim Makefile header - Convert to new options framework - Remove LICENSE_FILES and extra installation of COPYING since the full LGPL21 license is included in the ports tree PR: ports/172394 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) Approved by: makc, avilla (mentors implicit)
This commit is contained in:
parent
fd7a21d943
commit
ef3169fae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305468
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: p0f
|
||||
# Date created: 2000-06-12
|
||||
# Whom: Trevor Johnson
|
||||
#
|
||||
# Created by: Trevor Johnson
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= p0f
|
||||
PORTVERSION= 3.05b
|
||||
PORTVERSION= 3.06b
|
||||
CATEGORIES= net-mgmt security
|
||||
MASTER_SITES= http://lcamtuf.coredump.cx/p0f3/releases/ \
|
||||
http://fossies.org/unix/privat/
|
||||
@ -16,16 +12,17 @@ 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 \
|
||||
PORTDOCS= ChangeLog README TODO existential-notes.txt \
|
||||
extra-sigs.txt
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README
|
||||
@${REINPLACE_CMD} -e 's|p0f.fp|${PREFIX}/etc/p0f.fp|g' ${WRKSRC}/config.h
|
||||
@ -36,7 +33,7 @@ do-install:
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc/
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for ii in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/${ii} ${DOCSDIR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (p0f-3.05b.tgz) = c4663e669fe43ef4f36f1f5935c4fab571ef19838c4aed90cf3b8bc2264f6b3b
|
||||
SIZE (p0f-3.05b.tgz) = 91902
|
||||
SHA256 (p0f-3.06b.tgz) = d151931be2557ac45f9baa0a9384b8643979f4227c391ed395792874f2c6cde7
|
||||
SIZE (p0f-3.06b.tgz) = 92054
|
||||
|
Loading…
Reference in New Issue
Block a user