2000-11-08 05:15:11 +00:00
|
|
|
# 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
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
|
|
|
|
2000-11-18 23:26:01 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++
|
|
|
|
|
2000-11-08 05:15:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2000-11-18 23:26:01 +00:00
|
|
|
USE_BISON= yes
|
|
|
|
|
2000-11-08 05:15:11 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|