2004-02-18 11:10:55 +01:00
|
|
|
# New ports collection makefile for: ng_netflow
|
|
|
|
# Date Created: Feb 17, 2003
|
|
|
|
# Whom: Gleb Smirnoff <glebius@cell.sick.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ng_netflow
|
2004-08-28 20:14:07 +02:00
|
|
|
PORTVERSION= 0.2.5
|
2004-02-18 11:10:55 +01:00
|
|
|
CATEGORIES= net
|
2004-06-05 08:43:31 +02:00
|
|
|
MASTER_SITES= http://cell.sick.ru/~glebius/ng_netflow/ \
|
2004-02-18 11:10:55 +01:00
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ng-netflow
|
|
|
|
|
2005-07-11 15:03:18 +02:00
|
|
|
MAINTAINER= glebius@FreeBSD.org
|
2004-02-18 11:10:55 +01:00
|
|
|
COMMENT= Netgraph node implementing Cisco (c) netflow
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
2005-05-03 16:38:49 +02:00
|
|
|
.if ${OSVERSION} >= 503101
|
2004-10-14 00:00:05 +02:00
|
|
|
IGNORE= "already exists in base system"
|
|
|
|
.endif
|
|
|
|
|
2004-02-18 11:10:55 +01:00
|
|
|
pre-fetch:
|
|
|
|
|
|
|
|
.if !exists(${SRC_BASE}/sys/Makefile)
|
|
|
|
IGNORE= "This port requires kernel sources"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|