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 |
---|
2 | # $Id: Portfile 38376 2008-07-18 05:01:13Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name nbtscan |
---|
7 | version 1.5.1 |
---|
8 | categories security |
---|
9 | maintainers nomaintainer |
---|
10 | |
---|
11 | description NBTscan |
---|
12 | |
---|
13 | long_description \ |
---|
14 | NBTscan is a program for scanning IP networks for NetBIOS \ |
---|
15 | name information. It sends NetBIOS status query to each \ |
---|
16 | address in supplied range and lists received information in \ |
---|
17 | human readable form. For each responded host it lists IP \ |
---|
18 | address, NetBIOS computer name, logged-in user name and MAC \ |
---|
19 | address. |
---|
20 | |
---|
21 | homepage http://www.inetcat.net/software/nbtscan.html |
---|
22 | |
---|
23 | master_sites http://www.inetcat.net/software/ |
---|
24 | |
---|
25 | worksrcdir ${name}-${version}a |
---|
26 | |
---|
27 | platforms darwin |
---|
28 | |
---|
29 | checksums md5 85bb085077c380b82a6ff73e0de0c154 \ |
---|
30 | sha1 4041d8f6b592fa310b8d3c79c56a2d3263dba82f\ |
---|
31 | rmd160 5130d9e6decd3346859281f45f8a179aa0286a42 |
---|
32 | |
---|
33 | build.type gnu |
---|
34 | |
---|
35 | build.target nbtscan |
---|
36 | |
---|
37 | destroot.args BINDIR=${destroot}${prefix}/bin |
---|