2005-10-08 18:54:22 +00:00
|
|
|
# New ports collection makefile for: ng_car
|
|
|
|
# Date Created: Sep 26, 2005
|
|
|
|
# Whom: Nuno Antunes <nuno.antunes@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ng_car
|
2007-03-12 14:35:30 +00:00
|
|
|
PORTVERSION= 0.2
|
2005-10-08 18:54:22 +00:00
|
|
|
CATEGORIES= net
|
2007-03-12 14:35:30 +00:00
|
|
|
MASTER_SITES= SF
|
|
|
|
MASTER_SITE_SUBDIR= mpd
|
2005-10-08 18:54:22 +00:00
|
|
|
|
2007-03-12 14:35:30 +00:00
|
|
|
MAINTAINER= mav@alkar.net
|
2005-10-08 18:54:22 +00:00
|
|
|
COMMENT= Netgraph committed access rate node
|
|
|
|
|
|
|
|
NO_PACKAGE= Should be in sync with the kernel to work correctly
|
|
|
|
|
|
|
|
PLIST_SUB= KMODDIR=${KMODDIR}
|
|
|
|
|
|
|
|
MAN4= ng_car.4
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.if !exists(${SRC_BASE}/sys/Makefile)
|
|
|
|
IGNORE= This port requires kernel sources
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
IGNORE= Not supported < 5.x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|