1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/ng_netflow/Makefile
2007-06-29 09:16:42 +00:00

41 lines
856 B
Makefile

# New ports collection makefile for: ng_netflow
# Date Created: Feb 17, 2003
# Whom: Gleb Smirnoff <glebius@cell.sick.ru>
#
# $FreeBSD$
#
PORTNAME= ng_netflow
PORTVERSION= 0.2.5
CATEGORIES= net kld
MASTER_SITES= http://cell.sick.ru/~glebius/ng_netflow/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ng-netflow
MAINTAINER= glebius@FreeBSD.org
COMMENT= Netgraph node implementing Cisco (c) netflow
DEPRECATED= already in base in all supported versions of FreeBSD
EXPIRATION_DATE= 2007-08-29
NO_PACKAGE= Should be in sync with the kernel to work correctly
PLIST_SUB= KMODDIR=${KMODDIR}
MAN4= ng_netflow.4
MAN8= flowctl.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= "This port requires kernel sources"
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>