mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c26fc6d4fc
netstat. On -CURRENT see netstat -B for more information. Approved by: Pav
30 lines
596 B
Makefile
30 lines
596 B
Makefile
# New ports collection makefile for: bpfstat
|
|
# Date created: 27 July 2005
|
|
# Whom: Christian S.J. Peron <csjp@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bpfstat
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://people.freebsd.org/~csjp/
|
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
|
COMMENT= Program to retrieve bpf statistics
|
|
|
|
MAN8= bpfstat.8
|
|
PLIST_FILES= sbin/bpfstat
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 600033
|
|
IGNORE= will only work on systems >= 600033
|
|
.endif
|
|
|
|
.if ${OSVERSION} >= 700000
|
|
IGNORE= this has been merged into netstat
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|