# New ports collection makefile for:	ng_car
# Date Created:				Sep 26, 2005
# Whom:					Nuno Antunes <nuno.antunes@gmail.com>
#
# $FreeBSD: ports/net/ng_car/Makefile,v 1.9 2012/03/18 21:00:30 crees Exp $
#

PORTNAME=	ng_car
PORTVERSION=	0.6
CATEGORIES=	net kld
MASTER_SITES=	SF/mpd/misc/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Netgraph committed access rate node

NO_PACKAGE=	Should be in sync with the kernel to work correctly

DEPRECATED=	In base for all supported versions of FreeBSD
EXPIRATION_DATE=2012-05-15

KMODDIR?=	/boot/modules
PLIST_SUB=	KMODDIR=${KMODDIR}
MAKE_ENV+=	KMODDIR="${KMODDIR}"

MAN4=		ng_car.4
MANCOMPRESSED=	yes

.include <bsd.port.options.mk>

.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE=	this port requires kernel sources
.endif

.if ${OSVERSION} >= 700041
IGNORE=	already exists in base system
.endif

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
