diff options
Diffstat (limited to 'net/ng_car/Makefile')
-rw-r--r-- | net/ng_car/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/ng_car/Makefile b/net/ng_car/Makefile index d9adf053f08f..be1a6866ece2 100644 --- a/net/ng_car/Makefile +++ b/net/ng_car/Makefile @@ -10,11 +10,14 @@ PORTVERSION= 0.6 CATEGORIES= net kld MASTER_SITES= SF/mpd/misc/${PORTNAME}-${PORTVERSION} -MAINTAINER= mav@FreeBSD.org +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}" @@ -22,12 +25,12 @@ 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 -.include <bsd.port.pre.mk> - .if ${OSVERSION} >= 700041 IGNORE= already exists in base system .endif @@ -35,4 +38,4 @@ IGNORE= already exists in base system post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |