mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# New ports collection makefile for: dnstop
|
|
# Date created: 31 October 2002
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnstop
|
|
PORTVERSION= 20021125
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://dnstop.measurement-factory.com/src/
|
|
|
|
MAINTAINER= fenner@FreeBSD.Org
|
|
|
|
NO_WRKSUBDIR= true
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|