diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-13 22:20:15 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-03-13 22:20:15 +0000 |
commit | b24b0469e98256e71af20dd3a3444910eb3b23ae (patch) | |
tree | 805c27bb55e87425638370b054993e56cd7bf9ae /net-mgmt/cflowd | |
parent | c8caa627952a7775e3f039c7e1112ce47cb41ef7 (diff) |
- bump portrevision
- introduce CFLOWD_FLOWSCAN_PATCH variable
for building port with support for FlowScan port (in the queue)
Notes
Notes:
svn path=/head/; revision=39796
Diffstat (limited to 'net-mgmt/cflowd')
-rw-r--r-- | net-mgmt/cflowd/Makefile | 13 | ||||
-rw-r--r-- | net-mgmt/cflowd/distinfo | 1 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index 6bb1295b208f..bc89beade5b1 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -7,11 +7,16 @@ PORTNAME= cflowd PORTVERSION= 2-1-b1 -PORTREVISION= 1 +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++ @@ -25,4 +30,10 @@ 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> diff --git a/net-mgmt/cflowd/distinfo b/net-mgmt/cflowd/distinfo index 581d87f4b1be..ce0058d33564 100644 --- a/net-mgmt/cflowd/distinfo +++ b/net-mgmt/cflowd/distinfo @@ -1 +1,2 @@ MD5 (cflowd-2-1-b1.tar.gz) = 6f0543390e9d46c4274f6b12b6517f62 +MD5 (cflowd-2-1-b1-djp.patch) = 77e96671521ff1870a51d0dc11161eae |