Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME?= wireshark |
4 |
PORTNAME?= wireshark |
5 |
PORTVERSION= 2.4.1 |
5 |
PORTVERSION= 2.4.2 |
6 |
PORTREVISION?= 0 |
6 |
PORTREVISION?= 0 |
7 |
CATEGORIES= net ipv6 |
7 |
CATEGORIES= net ipv6 |
8 |
MASTER_SITES= http://www.wireshark.org/download/src/ \ |
8 |
MASTER_SITES= http://www.wireshark.org/download/src/ \ |
Lines 30-43
GNU_CONFIGURE= yes
Link Here
|
30 |
USES= alias cpe gettext-runtime gmake libtool pathfix perl5 \ |
30 |
USES= alias cpe gettext-runtime gmake libtool pathfix perl5 \ |
31 |
pkgconfig python:build ssl tar:xz |
31 |
pkgconfig python:build ssl tar:xz |
32 |
USE_PERL5= build |
32 |
USE_PERL5= build |
33 |
USE_GNOME= glib20 |
33 |
USE_GNOME= glib20 libxml2 |
34 |
CONFIGURE_ARGS+= --program-transform-name="" \ |
34 |
CONFIGURE_ARGS+= --program-transform-name="" \ |
35 |
--with-ssl=${OPENSSLBASE} |
35 |
--with-ssl=${OPENSSLBASE} |
36 |
INSTALL_TARGET= install-strip |
36 |
INSTALL_TARGET= install-strip |
37 |
USE_LDCONFIG= yes |
37 |
USE_LDCONFIG= yes |
38 |
|
38 |
|
39 |
LIB_DEPENDS+= libgpg-error.so:security/libgpg-error \ |
39 |
LIB_DEPENDS+= libgpg-error.so:security/libgpg-error \ |
40 |
libgcrypt.so:security/libgcrypt |
40 |
libgcrypt.so:security/libgcrypt \ |
|
|
41 |
liblz4.so:archivers/liblz4 \ |
42 |
libnghttp2.so:www/libnghttp2 \ |
43 |
libsnappy.so:archivers/snappy \ |
44 |
libspandsp.so:comms/spandsp |
41 |
|
45 |
|
42 |
CFLAGS+= -funit-at-a-time |
46 |
CFLAGS+= -funit-at-a-time |
43 |
LIBS+= -L${LOCALBASE}/lib |
47 |
LIBS+= -L${LOCALBASE}/lib |