Ticket #17: Portfile

File Portfile, 982 bytes (added by mjhsieh@…, 20 years ago)

Portfile of sysutils/sockstat

Line 
1# $Id: $
2
3PortSystem 1.0
4name            sockstat
5version         1.6.2.6
6categories      sysutils
7maintainers     mjhsieh@yahoo.com
8description     The sockstat utility lists current open sockets.
9long_description        The sockstat command lists open Internet or UNIX domain sockets. \
10                        Current version of sockstat from FreeBSD is written in C while \
11                        this old version is still in Perl. \
12                        This program is from FreeBSD's source tree.
13master_sites    http://www.life.nthu.edu.tw/~mjhsieh/src
14homepage        http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/sockstat/?hideattic=0&only_with_tag=RELENG_4_9
15distname        ${portname}-${portversion}
16platforms       darwin
17checksums       md5 3809544b007fd2467c82c199bb255a18
18configure       {}
19destroot        {
20        xinstall -d -m 0755 ${destroot}${prefix}/bin
21        xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1
22        xinstall -m 0755 ${worksrcpath}/sockstat.pl ${destroot}${prefix}/bin/sockstat
23        xinstall -m 0644 ${worksrcpath}/sockstat.1 ${destroot}${prefix}/share/man/man1
24}