mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
bf2dfd0c14
PR: 263034 Reported by: freebsd@dns.company (maintainer)
34 lines
761 B
Makefile
34 lines
761 B
Makefile
PORTNAME= dnsjit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2.3
|
|
CATEGORIES= dns net
|
|
|
|
MAINTAINER= freebsd@dns.company
|
|
COMMENT= Engine for capturing, parsing and replaying DNS
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libck.so:devel/concurrencykit \
|
|
libgnutls.so:security/gnutls \
|
|
liblmdb.so:databases/lmdb \
|
|
libluajit-5.1.so:lang/luajit-openresty \
|
|
libpcap.so:net/libpcap \
|
|
liblz4.so:archivers/liblz4 \
|
|
libzstd.so:archivers/zstd
|
|
# Mind PR 262976 about libpcap
|
|
|
|
USES= autoreconf libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DNS-OARC
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install-EXAMPLES-on:
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.lua ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|