freebsd-ports/net/dnstop/Makefile
2003-01-24 23:57:33 +00:00

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>