freebsd-ports/net/ng_car/Makefile
Sergey Matveychuk d863a786a6 - Update ng_car to 0.5 and mpd4 to 4.2.2
- Fix compatibility with FreeBSD 5.x
- Install a kernel module in /boot/modules
- Fix possible races with ldconfig in rc.d script
- Change a maintainer email on @FreeBSD.org one

Submitted by:	mav
2007-07-06 07:35:54 +00:00

39 lines
756 B
Makefile

# New ports collection makefile for: ng_car
# Date Created: Sep 26, 2005
# Whom: Nuno Antunes <nuno.antunes@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ng_car
PORTVERSION= 0.5
CATEGORIES= net kld
MASTER_SITES= SF
MASTER_SITE_SUBDIR= mpd
MAINTAINER= mav@FreeBSD.org
COMMENT= Netgraph committed access rate node
NO_PACKAGE= Should be in sync with the kernel to work correctly
KMODDIR?= /boot/modules
PLIST_SUB= KMODDIR=${KMODDIR}
MAKE_ENV+= 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} >= 700041
IGNORE= already exists in base system
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>