1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-mgmt/mtrace/Makefile
Bruce M Simpson adbcbdd9d6 Drop maintainership for these ports.
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
2010-06-06 17:00:58 +00:00

27 lines
503 B
Makefile

# New ports collection makefile for: mtrace
# Date created: 28 September 2006
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mtrace
PORTVERSION= 5.2
CATEGORIES= net-mgmt
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Multicast traceroute program for IPv4
MAN8= mtrace.8
ALL_TARGET= mtrace
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${PREFIX}/sbin/mtrace
${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${PREFIX}/man/man8
PLIST_FILES= sbin/mtrace
.include <bsd.port.mk>