freebsd-ports/net/mtr/Makefile

26 lines
508 B
Makefile
Raw Normal View History

# 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
1998-09-22 18:55:56 -04:00
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>