aboutsummaryrefslogtreecommitdiff
path: root/net/mtr/Makefile
blob: 5202c8e6efdf5968861fcdb0e0a88c37cf5a67da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:   mtr
# Date created:        12 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	mtr
PORTVERSION=	0.69
CATEGORIES=	net ipv6
MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/ \
		ftp://ftp.netsw.org/net/ip/audit/packets/ \
		ftp://ftp.gw.com/mirrors/pub/unix/mtr/

MAINTAINER=	billf@FreeBSD.org
COMMENT=	Traceroute and ping in a single graphical network diagnostic tool

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN8=		mtr.8
PLIST_FILES=	sbin/mtr

.if !defined(WITHOUT_X11)
.if defined(WITH_GTK1)
USE_GNOME=	gtk12
PKGNAMESUFFIX=	-gtk1
.else
USE_GNOME=	gtk20
CONFIGURE_ARGS=--enable-gtk2
.endif
USE_XLIB=	yes
CONFIGURE_ARGS+=--with-gtk-prefix=${X11BASE}
.else
PKGNAMESUFFIX=	-nox11
CONFIGURE_ARGS=--without-gtk --with-gtk-prefix=/nonexistant
.endif

post-install:
	@${ECHO} ""
	@${ECHO} "${PREFIX}/sbin/mtr is setuid \"root\" "
	@${ECHO} ""
	@${ECHO} "Please read about potential security issues"
	@${ECHO} "in file ${WRKSRC}/SECURITY (not installed)"
	@${ECHO} ""

.include <bsd.port.mk>