1998-08-24 01:56:04 +00:00
|
|
|
# New ports collection makefile for: mtr
|
1998-11-04 03:47:26 +00:00
|
|
|
# Version required: 0.28
|
1998-08-24 01:56:04 +00:00
|
|
|
# Date created: 12 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1998-12-29 18:22:59 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/11/04 03:47:08 jkoshy Exp $
|
1998-08-24 01:56:04 +00:00
|
|
|
#
|
|
|
|
|
1998-11-04 03:47:26 +00:00
|
|
|
DISTNAME= mtr-0.28
|
1998-08-24 01:56:04 +00:00
|
|
|
CATEGORIES= net
|
1998-11-04 03:47:26 +00:00
|
|
|
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
|
1998-08-24 01:56:04 +00:00
|
|
|
|
1998-12-29 18:22:59 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.org
|
1998-08-24 01:56:04 +00:00
|
|
|
|
1998-09-22 22:55:56 +00:00
|
|
|
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
|
1998-08-24 01:56:04 +00:00
|
|
|
|
1998-08-25 00:04:05 +00:00
|
|
|
USE_AUTOCONF= yes
|
|
|
|
USE_XLIB= yes
|
1998-08-24 01:56:04 +00:00
|
|
|
|
|
|
|
MAN8= mtr.8
|
|
|
|
|
1998-08-25 00:04:05 +00:00
|
|
|
post-install:
|
|
|
|
@chown root ${PREFIX}/sbin/mtr
|
|
|
|
|
1998-08-24 01:56:04 +00:00
|
|
|
.include <bsd.port.mk>
|