freebsd-ports/security/silktools/Makefile
Antoine Brodin bc20ee9439 Update to 3.9.0
PR:		ports/194433
Approved by:	maintainer timeout (20 days)
2014-11-06 19:44:13 +00:00

29 lines
785 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= silktools
PORTVERSION= 3.9.0
CATEGORIES= security net
MASTER_SITES= http://tools.netsa.cert.org/releases/ \
http://redundancy.redundancy.org/mirror/
DISTNAME= silk-${PORTVERSION}
MAINTAINER= lx@FreeBSD.org
COMMENT= Tools for large-scale network capture analysis
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 \
libfixbuf.so:${PORTSDIR}/net/libfixbuf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lzo=${LOCALBASE} --enable-packing-tools --with-python
USE_LDCONFIG= yes
USES= gmake perl5 pkgconfig python libtool
USE_PERL5= build
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= LOCALTIME
LOCALTIME_DESC= Use localtime instead of UTC
LOCALTIME_CONFIGURE_ON=--enable-localtime
.include <bsd.port.mk>