libp0f is the autotools version of p0f-2.x with support for 3rd-party linkage. libp0f splits the core p0f functionality from the p0f-2.x application. The p0f library is installed as libp0f.so so p0f2 and libp0f can co-exist independantly. WWW: https://tools.netsa.cert.org/confluence/display/tt/libp0f PR: 201503 Submitted by: setjmp@hotmail.com
27 lines
686 B
Makefile
27 lines
686 B
Makefile
# Created by: Eric Allen Griff <setjmp@hotmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libp0f
|
|
PORTVERSION= 2.0.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://tools.netsa.cert.org/confluence/download/attachments/16547842/
|
|
DISTNAME= p0flib
|
|
|
|
MAINTAINER= setjmp@hotmail.com
|
|
COMMENT= Library of p0f-2.x for yaf as in the CERT NETSA confluence
|
|
|
|
LICENSE= LGPL21
|
|
|
|
WRKSRC_SUBDIR= libp0f
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake libtool pathfix pkgconfig tar:tgz
|
|
USE_LDCONFIG= yes
|
|
|
|
post-stage:
|
|
${RM} -f ${STAGEDIR}${LOCALBASE}/bin/p0f
|
|
${MV} ${STAGEDIR}/etc/p0f ${STAGEDIR}${LOCALBASE}/etc/libp0f
|
|
${RM} -rf ${STAGEDIR}/etc
|
|
|
|
.include <bsd.port.mk>
|