mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4605a8fd73
runs under -current. It seems our setsockopt doesn't handle sizeof(char) for an option.
27 lines
537 B
Makefile
27 lines
537 B
Makefile
# New ports collection makefile for: mtr
|
|
# Version required: 0.21
|
|
# Date created: 12 August 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/08/24 01:56:04 steve Exp $
|
|
#
|
|
|
|
DISTNAME= mtr-0.21
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mkimball.org/
|
|
|
|
MAINTAINER= billf@chc-chimes.com
|
|
|
|
LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
USE_AUTOCONF= yes
|
|
USE_XLIB= yes
|
|
|
|
MAN8= mtr.8
|
|
|
|
post-install:
|
|
@chown root ${PREFIX}/sbin/mtr
|
|
|
|
.include <bsd.port.mk>
|