Ticket #14403: Portfile

File Portfile, 1.1 KB (added by usx303@…, 16 years ago)

Portfile

Line 
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
4PortSystem      1.0
5
6name            nbtscan
7version         1.5.1
8categories      security
9maintainers     nomaintainer
10
11description     NBTscan
12
13long_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
21homepage        http://www.inetcat.net/software/nbtscan.html
22
23master_sites    http://www.inetcat.net/software/
24
25worksrcdir      ${name}-${version}a
26
27platforms       darwin
28
29checksums       md5 85bb085077c380b82a6ff73e0de0c154 \
30                sha1 4041d8f6b592fa310b8d3c79c56a2d3263dba82f\
31                rmd160 5130d9e6decd3346859281f45f8a179aa0286a42
32
33build.type      gnu
34
35build.target    nbtscan
36
37destroot.args   BINDIR=${destroot}${prefix}/bin