Changeset 81193
- Timestamp:
- 07/26/11 19:26:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/driftnet/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/driftnet/Portfile
r81191 r81193 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.0 4 name driftnet 5 version 0.1.6 6 revision 3 7 categories net 8 maintainers nomaintainer 9 description Watch the pictures go by on your net 10 homepage http://www.ex-parrot.com/~chris/driftnet 11 platforms darwin 4 PortSystem 1.0 12 5 13 long_description \ 14 Inspired by EtherPEG, Driftnet is a program which \ 15 listens to network traffic and picks out images from \ 16 TCP streams it observes. Fun to run on a host which \ 17 sees lots of web traffic. 6 name driftnet 7 version 0.1.6 8 revision 3 9 categories net 10 platforms darwin 11 maintainers nomaintainer 18 12 19 master_sites http://www.ex-parrot.com/~chris/driftnet/ \ 20 http://www.vanheusden.com/mirrors/ 13 description Watch the pictures go by on your net 21 14 22 # Driftnet doesn't use a configure file, so the Makefile \ 23 # has to be rudely coerced to work properly. 15 long_description Inspired by EtherPEG, Driftnet is a program which \ 16 listens to network traffic and picks out images from \ 17 TCP streams it observes. Fun to run on a host which \ 18 sees lots of web traffic. 24 19 25 #user_notes This program is lots of fun to use at a conference \ 26 # where wireless networking is available. I did the port\27 # at IETF 57 :-) 20 homepage http://www.ex-parrot.com/~chris/driftnet 21 master_sites http://www.ex-parrot.com/~chris/driftnet/ \ 22 http://www.vanheusden.com/mirrors/ 28 23 29 checksums md5 8e11d77770452f97bb3c23f510489815 24 # Driftnet doesn't use a configure file, so the Makefile \ 25 # has to be rudely coerced to work properly. 30 26 31 depends_build port:makedepend 27 #user_notes This program is lots of fun to use at a conference \ 28 # where wireless networking is available. I did the port \ 29 # at IETF 57 :-) 30 31 checksums md5 8e11d77770452f97bb3c23f510489815 32 33 depends_build port:makedepend 32 34 33 35 # really needs libungif, giflib won't do 34 depends_lib port:jpeg port:libpcap \ 35 port:libungif port:gtk1 36 depends_lib port:jpeg \ 37 port:libpcap \ 38 port:libungif \ 39 port:gtk1 36 40 37 patchfiles patch-driftnet.h patch-driftnet.c \ 38 patch-media.c patch-Makefile 41 patchfiles patch-driftnet.h \ 42 patch-driftnet.c \ 43 patch-media.c \ 44 patch-Makefile 39 45 40 use_configure no46 use_configure no 41 47 42 48 variant universal {} … … 49 55 build.target 50 56 51 build.args CC="${configure.cc} ${archflags}"\52 CFLAGS="-I${prefix}/include\53 -I${prefix}/lib/glib/include\54 -I${prefix}/include/glib-1.2\55 -I${prefix}/include/gtk-1.2\56 -DDRIFTNET_VERSION='\\"0.1.6\\"'"57 build.args CC="${configure.cc} ${archflags}" \ 58 CFLAGS="-I${prefix}/include \ 59 -I${prefix}/lib/glib/include \ 60 -I${prefix}/include/glib-1.2 \ 61 -I${prefix}/include/gtk-1.2 \ 62 -DDRIFTNET_VERSION='\\"0.1.6\\"'" 57 63 58 64 destroot {
Note: See TracChangeset
for help on using the changeset viewer.

