Ticket #54540: Portfile

File Portfile, 1.8 KB (added by chicagotripp (Altoine Barker), 7 years ago)

Portfile for HoRNDIS (horrendous)

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
3PortSystem          1.0
4PortGroup           github 1.0
5PortGroup           xcode 1.0
6
7github.setup        jwise HoRNDIS 920d799b697fbd166b4fc656e3c0da3fc1fa3b17
8
9name                HoRNDIS
10version             rel8
11distname            ${name}-${version}
12
13platforms           Darwin
14categories          sysutils
15license             GPL-2+
16
17maintainers         {gmail.com:ndiscreet @chicagotripp} \
18                    openmaintainer
19
20description         HoRNDIS (pronounce: "horrendous" ) is a driver for Mac OS X that \
21                    allows you to use your Android phone's native USB tethering mode \
22                    to get Internet access.
23
24long_description    HoRNDIS is implemented as a kext, rather than as a user-space \
25                    program that opens a TAP or TUN device\; this means that it does \
26                    not conflict with other TAP/TUN kexts that you might have installed \
27                    (like OpenVPN, Tunnelblick, or Cisco VPN). The driver implements \
28                    Microsoft's proprietary RNDIS protocol, which is the only protocol \
29                    supported natively by Android devices\; although Linux and Windows \
30                    users have enjoyed native RNDIS drivers for years, Mac OS X supports \
31                    only CDC Ethernet devices out of the box.
32
33homepage            http://joshuawise.com/horndis
34
35checksums           rmd160 9e056c0997ecd92ec695e73c5608f1c10a20b127 \
36                    sha256  8a06700e6be136f628e92e221bd91b2984fbd4fa5e3c4e0caf2f5fab9f47c61d
37
38use_configure       no
39
40xcode.project       ${name}.xcodeproj
41xcode.target        ${name}
42xcode.configuration Release-unsigned
43xcode.destroot.type framework