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 96522 2012-08-13 03:37:00Z rmstonecipher@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | name usbmuxd |
---|
9 | version 1.0.8 |
---|
10 | revision 1 |
---|
11 | categories devel |
---|
12 | platforms darwin |
---|
13 | maintainers rmstonecipher openmaintainer |
---|
14 | description USB Multiplex Daemon |
---|
15 | long_description ${description} is in charge of talking to your iPhone \ |
---|
16 | or iPod Touch over USB and coordinating access to its services by other \ |
---|
17 | applications. |
---|
18 | license GPL-2+ GPL-3+ LGPL-2.1+ |
---|
19 | homepage http://cgit.sukimashita.com/usbmuxd.git/ |
---|
20 | master_sites http://cgit.sukimashita.com/usbmuxd.git/snapshot/ |
---|
21 | use_bzip2 yes |
---|
22 | checksums md5 87fd27773a84e97ac6e2dc28b08d682e \ |
---|
23 | sha1 7488587303c757874a16a8c40b00c8bd15c82120 \ |
---|
24 | rmd160 d5bcd38d22b44a4e8a68b8a2ffe6aecbad1e53c6 |
---|
25 | depends_build-append port:pkgconfig |
---|
26 | depends_lib port:libplist \ |
---|
27 | path:lib/pkgconfig/libusb-1.0.pc:libusb |
---|
28 | livecheck.url ${master_sites} |
---|
29 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" |
---|
30 | |
---|
31 | patch { |
---|
32 | system -W ${worksrcpath} "echo ${version} > version.tag" |
---|
33 | } |
---|