1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/sngrep/Makefile
Danilo G. Baio 3202f20b62 net/sngrep: Update to 1.4.5
While here, reorder USES.

Changes:	https://github.com/irontec/sngrep/releases/tag/v1.4.5

PR:		225385
Submitted by:	Talal Al Dik <tad@vif.com> (maintainer)
2018-02-03 17:22:30 +00:00

49 lines
1.1 KiB
Makefile

# Created by: Talal Al Dik (tad@vif.com)
# $FreeBSD$
PORTNAME= sngrep
PORTVERSION= 1.4.5
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= tad@vif.com
COMMENT= SIP Packet display and capture
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf localbase ncurses
USE_GITHUB= yes
GH_ACCOUNT= irontec
GNU_CONFIGURE= yes
OPTIONS_DEFINE= OPENSSL PCRE UNICODE IPV6 EEP
OPENSSL_DESC= Adds OpenSSL support to parse TLS captured messages
OPENSSL_CONFIGURE_ON= --with-openssl
OPENSSL_USES= ssl
PCRE_DESC= Adds Perl Compatible regex support
PCRE_CONFIGURE_ON= --with-pcre
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
UNICODE_DESC= Adds Ncurses UTF-8/Unicode support
UNICODE_CONFIGURE_ON= --enable-unicode
UNICODE_LIB_DEPENDS= libncursesw.so:devel/ncurses
IPV6_DESC= Enable IPv6 packet capture support
IPV6_CONFIGURE_ON= --enable-ipv6
EEP_DESC= Enable EEP packet send/receive support
EEP_CONFIGURE_ON= --enable-eep
post-patch:
@${REINPLACE_CMD} -e 's|ncursesw/ncurses.h|ncurses.h|g' \
${WRKSRC}/configure.ac \
${WRKSRC}/src/curses/scrollbar.h \
${WRKSRC}/src/curses/ui_panel.h
.include <bsd.port.mk>