You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup makefile 1.0
|
|
|
|
github.setup apenwarr netselect 0.4 netselect-
|
|
github.tarball_from archive
|
|
revision 0
|
|
categories net
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description An ultrafast intelligent parallelizing binary-search implementation of "ping"
|
|
long_description {*}${description}.
|
|
|
|
checksums rmd160 4a124acea19f4bcfb98f1b66ae5f89c2e56da97b \
|
|
sha256 ae343991c94b1fdeb5e7896bb11d357c1dd9297f5d842c507953f57935e15e19 \
|
|
size 22095
|
|
|
|
patchfiles-append netselect.c.diff
|
|
|
|
makefile.has_destdir no
|
|
makefile.override-append \
|
|
PREFIX
|
|
|
|
destroot {
|
|
xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
xinstall -m 444 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1/
|
|
}
|