1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/net/mtr/Makefile
Joseph Koshy 3c0102cafd Upgrade to v0.28.
PR:		8562
Submitted by:	Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
1998-11-04 03:47:26 +00:00

26 lines
508 B
Makefile

# 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.3 1998/09/22 22:55:54 asami Exp $
#
DISTNAME= mtr-0.28
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/
MAINTAINER= billf@chc-chimes.com
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
USE_AUTOCONF= yes
USE_XLIB= yes
MAN8= mtr.8
post-install:
@chown root ${PREFIX}/sbin/mtr
.include <bsd.port.mk>