1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/security/silktools/Makefile
Baptiste Daroussin 339f542d1d Add missing dependency on pkgconf [1]
While here:
USE_GMAKE -> USES=gmake
Use options helpers
2014-03-02 01:17:59 +00:00

35 lines
925 B
Makefile

# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
PORTNAME= silktools
PORTVERSION= 3.8.1
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 \
--prefix=${STAGEDIR}/${PREFIX}
USE_PYTHON= yes
MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
USE_LDCONFIG= yes
USES= gmake perl5 pkgconfig
USE_PERL5= build
OPTIONS_DEFINE= LOCALTIME
LOCALTIME_DESC= Use localtime instead of UTC
LOCALTIME_CONFIGURE_ON=--enable-localtime
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>