diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 11:56:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 11:56:39 +0000 |
commit | 36f80b997e0c9d80f9c536e78db8c93c6fdee6f7 (patch) | |
tree | fbb1f24f627113a63ddfc92be6f5ca87e559bbfd /net-mgmt/ipcad/Makefile | |
parent | 115c99144920b9726a43b224e3224e31587eef64 (diff) | |
download | ports-36f80b997e0c9d80f9c536e78db8c93c6fdee6f7.tar.gz ports-36f80b997e0c9d80f9c536e78db8c93c6fdee6f7.zip |
Notes
Diffstat (limited to 'net-mgmt/ipcad/Makefile')
-rw-r--r-- | net-mgmt/ipcad/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile index 25cc5a43da1c..237e54a0190b 100644 --- a/net-mgmt/ipcad/Makefile +++ b/net-mgmt/ipcad/Makefile @@ -6,17 +6,22 @@ # PORTNAME= ipcad -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 3.4.5 CATEGORIES= net-mgmt -MASTER_SITES= http://www.spelio.net.ru/soft/ +MASTER_SITES= http://ipcad.sourceforge.net/ \ + http://www.spelio.net.ru/soft/ -MAINTAINER= vlm@spelio.net.ru -COMMENT= IP accounting daemon with Cisco-like ip accounting export +MAINTAINER= vlm@lionet.info +COMMENT= IP accounting daemon with Cisco-like RSH and NetFlow export modes MANCOMPRESSED= no MAN5= ipcad.conf.5 MAN8= ipcad.8 +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ + s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure post-install: @${STRIP_CMD} ${PREFIX}/bin/ipcad |