1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-mgmt/cflowd/Makefile

53 lines
1.2 KiB
Makefile
Raw Normal View History

# 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= 9
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|g}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:28:59 +00:00
COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching
LIB_DEPENDS= Arts.0:${PORTSDIR}/net-mgmt/arts++
2006-09-17 01:48:08 +00:00
BROKEN= Does not compile
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
2006-09-17 01:48:08 +00:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BISON= yes
USE_LDCONFIG= yes
USE_GCC= 2.95
CONFIGURE_ARGS= --enable-shared --with-artspp=${LOCALBASE}
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l
OPTIONS= FLOWSCAN "FlowScan patch" off
2004-03-13 23:55:49 +00:00
.include <bsd.port.pre.mk>
2004-03-13 23:55:49 +00:00
.if defined(WITH_FLOWSCAN)
PATCH_SITES+= http://net.doit.wisc.edu/~plonka/cflowd/
PATCHFILES+= cflowd-${PORTVERSION:S|.|-|g}-djp.patch
.endif
post-configure:
${REINPLACE_CMD} -e 's/ gcc\* / gcc\* | g\+\+\* /g' ${WRKSRC}/libtool
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \
${PREFIX}/etc/rc.d/cflowd-base.sh.sample
2004-03-13 23:55:49 +00:00
.include <bsd.port.post.mk>