mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
27 lines
501 B
Makefile
27 lines
501 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= bms@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>
|