Ticket #1371: patch-ntop-portfile

File patch-ntop-portfile, 553 bytes (added by julien.touche@…, 20 years ago)

patch

Line 
1--- Portfile.orig       Tue Dec 30 15:39:48 2003
2+++ Portfile    Tue Dec 30 22:13:21 2003
3@@ -32,3 +32,17 @@
4 
5 build.dir      ${configure.dir}
6 post-destroot  { system "install -m 755 -d ${destroot}/${prefix}/var/ntop" }
7+
8+variant devel {
9+       fetch.type cvs
10+       cvs.root :pserver:anonymous@cvs.ntop.org:/export/home/ntop
11+       cvs.module ntop
12+       cvs.password ntop
13+       configure.args-delete \
14+               --without-curses \
15+               --without-gdchart \
16+       depends_lib-delete lib:readline:readline
17+       set dusname ${portname}
18+       set worksrcpath ${workpath}/ntop
19+       set build.dir ${workpath}/ntop
20+}