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

(-)ethereal/Makefile (-2 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ethereal
8
PORTNAME=	ethereal
9
PORTVERSION=	0.9.13
9
PORTVERSION=	0.9.14
10
CATEGORIES=	net ipv6
10
CATEGORIES=	net ipv6
11
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
11
MASTER_SITES=	ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \
12
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
12
		ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \
Lines 18-23 Link Here
18
MAINTAINER=	billf@FreeBSD.org
18
MAINTAINER=	billf@FreeBSD.org
19
COMMENT=	An X11/GTK network analyzer/capture tool
19
COMMENT=	An X11/GTK network analyzer/capture tool
20
20
21
WANT_GNOME=	yes
22
.include <bsd.port.pre.mk>
23
21
.if !defined(WITHOUT_SNMP)
24
.if !defined(WITHOUT_SNMP)
22
LIB_DEPENDS=	netsnmp.5:${PORTSDIR}/net/net-snmp
25
LIB_DEPENDS=	netsnmp.5:${PORTSDIR}/net/net-snmp
23
.endif
26
.endif
Lines 26-32 Link Here
26
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
29
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
27
.if !defined(WITHOUT_X11)
30
.if !defined(WITHOUT_X11)
28
USE_X_PREFIX=	yes
31
USE_X_PREFIX=	yes
32
.if defined(WITH_GTK2) || (${HAVE_GNOME:Mgtk20}!="")
33
USE_GNOME=	gtk20
34
CONFIGURE_ARGS+=	--enable-gtk2
35
.else
29
USE_GNOME=	gtk12
36
USE_GNOME=	gtk12
37
.endif
30
MAN1+=		ethereal.1
38
MAN1+=		ethereal.1
31
PLIST_SUB+=	ETHEREAL=bin/ethereal
39
PLIST_SUB+=	ETHEREAL=bin/ethereal
32
.else
40
.else
Lines 58-61 Link Here
58
	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
66
	${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
59
.endfor
67
.endfor
60
68
61
.include <bsd.port.mk>
69
.include <bsd.port.post.mk>
(-)ethereal/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ethereal-0.9.13.tar.gz) = 0d3942b1352d690342ae444afffdb3e6
1
MD5 (ethereal-0.9.14.tar.gz) = 5bcd7fff4bc6c662a00c429eed2c9e9d

Return to bug 56083