View | Details | Raw Unified | Return to bug 244141
Collapse All | Expand All

(-)net/sngrep/Makefile (-5 / +3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	sngrep
4
PORTNAME=	sngrep
5
PORTVERSION=	1.4.6
5
PORTVERSION=	1.4.6
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	net
8
CATEGORIES=	net
8
9
Lines 18-25 USE_GITHUB= yes Link Here
18
GH_ACCOUNT=	irontec
19
GH_ACCOUNT=	irontec
19
20
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS+=	--enable-unicode
21
23
22
OPTIONS_DEFINE=	OPENSSL PCRE UNICODE IPV6 EEP
24
OPTIONS_DEFINE=	OPENSSL PCRE IPV6 EEP
23
25
24
OPENSSL_DESC=	Adds OpenSSL support to parse TLS captured messages
26
OPENSSL_DESC=	Adds OpenSSL support to parse TLS captured messages
25
OPENSSL_CONFIGURE_ON=	--with-openssl
27
OPENSSL_CONFIGURE_ON=	--with-openssl
Lines 29-38 PCRE_DESC= Adds Perl Compatible regex support Link Here
29
PCRE_CONFIGURE_ON=	--with-pcre
31
PCRE_CONFIGURE_ON=	--with-pcre
30
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
32
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
31
33
32
UNICODE_DESC=	Adds Ncurses UTF-8/Unicode support
33
UNICODE_CONFIGURE_ON=	--enable-unicode
34
UNICODE_LIB_DEPENDS=	libncursesw.so:devel/ncurses
35
36
IPV6_DESC=	Enable IPv6 packet capture support
34
IPV6_DESC=	Enable IPv6 packet capture support
37
IPV6_CONFIGURE_ON=	--enable-ipv6
35
IPV6_CONFIGURE_ON=	--enable-ipv6
38
36

Return to bug 244141