summaryrefslogtreecommitdiff
path: root/net/mtr/Makefile
blob: 1c822fd424b270493bfec8e0afb40070f5c7396d (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
# New ports collection makefile for:   mtr
# Version required:    0.28
# Date created:        12 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.5 1998/12/29 18:22:58 billf Exp $
#

DISTNAME=	mtr-0.28
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.bitwizard.nl/mtr/

MAINTAINER=	billf@FreeBSD.org

LIB_DEPENDS=    gtk10.1:${PORTSDIR}/x11-toolkits/gtk10

USE_AUTOCONF=	yes
USE_XLIB=	yes
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk10-config"

MAN8=	mtr.8

post-install:
	@chown root ${PREFIX}/sbin/mtr

.include <bsd.port.mk>