mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
23 lines
432 B
Makefile
23 lines
432 B
Makefile
# New ports collection makefile for: dnstop
|
|
# Date created: 31 October 2002
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnstop
|
|
PORTVERSION= 20030124
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://dnstop.measurement-factory.com/src/
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
|
|
|
NO_WRKSUBDIR= true
|
|
|
|
MAN8= dnstop.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|