Changeset 38141
- Timestamp:
- 07/08/2008 10:20:17 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/net/kismet/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/kismet/Portfile
r30706 r38141 4 4 5 5 name kismet 6 version 200 7-10-R16 version 2008-05-R1 7 7 description Wireless network detector and sniffer 8 8 long_description Kismet is an 802.11 layer2 wireless network detector, sniffer, and \ … … 22 22 master_sites ${homepage}code 23 23 24 checksums md5 2100c667e69db0cde35fa2d06c8516e224 checksums md5 6ee365d36354b4dee4945e67f8149294 25 25 26 26 depends_lib port:libpcap … … 45 45 ui_msg "and replace your_user_here in suiduser with your username" 46 46 } 47 48 variant svn_trunk description {Build from current development trunk. Try this on Mac OS X 10.5 if released version doesn't work'} { 49 version svn_trunk 50 fetch { 51 system "cd ${workpath}/../../../distfiles && svn co http://svn.kismetwireless.net/code/trunk kismet" 52 system "true" 53 } 54 55 checksum { 56 system "true" 57 } 58 59 extract { 60 system "cp -r ${workpath}/../../../distfiles/${name} ${worksrcpath}" 61 } 62 }

