freebsd-ports/net/bpfstat/Makefile
Baptiste Daroussin 0aae5c80eb Deprecate as it has been merge in netstat(1) on all supported version of FreeBSD
Approved by:	csjp (maintainer)
Feature safe:	yes
2012-11-06 11:54:36 +00:00

25 lines
531 B
Makefile

# Created by: Christian S.J. Peron <csjp@FreeBSD.org>
# $FreeBSD$
PORTNAME= bpfstat
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= csjp
MAINTAINER= csjp@FreeBSD.org
COMMENT= Program to retrieve bpf statistics
DEPRECATED= Merge in netstat on all supported version of FreeBSD
EXPIRATION_DATE= 2012-12-06
MAN8= bpfstat.8
PLIST_FILES= sbin/bpfstat
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
IGNORE= this has been merged into netstat
.endif
.include <bsd.port.post.mk>