aboutsummaryrefslogtreecommitdiffstats
path: root/net/cflowd/Makefile
blob: bc89beade5b12f424dcdd0158d96aef252ef3c93 (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
# New ports collection makefile for:    cflowd
# Date created:     Di   7 Nov 2000 19:48:50 CET
# Whom:         Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#

PORTNAME=   cflowd
PORTVERSION=    2-1-b1
PORTREVISION=   2
CATEGORIES= net
MASTER_SITES=   ftp://ftp.caida.org/pub/cflowd/
DISTNAME=   ${PORTNAME}-${PORTVERSION}

.if defined(CFLOWD_FLOWSCAN_PATCH)
PATCH_SITES=    http://net.doit.wisc.edu/~plonka/cflowd/
PATCHFILES= cflowd-2-1-b1-djp.patch
.endif

MAINTAINER= andreas@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_BISON=  yes

CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}

MANL=       cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
        cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l

.if !defined(CFLOWD_FLOWSCAN_PATCH)
pre-everything:
    @${ECHO} "you can compile cflowd with patches for FlowScan by typing:"
    @${ECHO} "make CFLOWD_FLOWSCAN_PATCH=yes"
.endif

.include <bsd.port.mk>