aboutsummaryrefslogtreecommitdiffstats
path: root/net/ng_netflow/Makefile
blob: ad441ba319c2b5a0b9a1ce4f7e63cee80b7619c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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
MASTER_SITES=   http://cell.sick.ru/~glebius/ng_netflow/ \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ng-netflow

MAINTAINER= glebius@cell.sick.ru
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>

.if ${OSVERSION} >= 600003
IGNORE=     "already exists in base system"
.endif

pre-fetch:

.if !exists(${SRC_BASE}/sys/Makefile)
    IGNORE=     "This port requires kernel sources"
.endif

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>