freebsd-ports/net-mgmt/cflowd/Makefile
Andreas Klemm ca308a57a4 Fixes:
- use bison
- build dependency to arts++

Submitted by:	"Gullerud, Lars Erik" <LarsErik.Gullerud@kpnqwest.com>
2000-11-18 23:26:01 +00:00

27 lines
641 B
Makefile

# 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
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
.include <bsd.port.mk>