freebsd-ports/net-mgmt/bpft/Makefile
Michael Haro cddbc4f803 rename trafshow to trafshow2
maintainer timeout

PR:		15931
Submitted by:	Michael Vasilenko <acid@stu.cn.ua>
2000-02-13 07:54:13 +00:00

25 lines
498 B
Makefile

# New ports collection makefile for: bpft
# Version required: 2.0
# Date created: 17 March 1999
# Whom: oddbjorn@tricknology.org
#
# $FreeBSD$
#
DISTNAME= bpft-2.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.nsk.su/pub/unix/
EXTRACT_SUFX= .tgz
MAINTAINER= oddbjorn@tricknology.org
MAN1= trafshow2.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/bpft
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README
.endif
.include <bsd.port.mk>