freebsd-ports/net/libp0f/Makefile
Kurt Jaeger 32cab1f1f2 New port: net/libp0f
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
2016-01-19 08:12:59 +00:00

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>