1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name jack |
---|
5 | version 0.109.2 |
---|
6 | distname jack-audio-connection-kit-${version} |
---|
7 | |
---|
8 | categories audio |
---|
9 | maintainers mvazquez |
---|
10 | description jack audio connection kit |
---|
11 | long_description JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X. |
---|
12 | homepage http://jackaudio.org/ |
---|
13 | master_sites http://jackaudio.org/downloads/ |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 4d8f795a6c566b9753a86038367e7e32 \ |
---|
18 | sha1 5a23c9817fb72858d5bc7b3077224575140b7f55 \ |
---|
19 | rmd160 1e382cf6751b4df3d5d4ea75be7ee94adbc7746a |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | configure.pkg_config ${prefix}/bin/pkg-config |
---|
24 | configure.pkg_config_path ${prefix}/lib/pkgconfig |
---|
25 | |
---|
26 | configure.args --enable-posix-shm \ |
---|
27 | --with-default-tmpdir=/tmp/ |
---|
28 | |
---|
29 | |
---|
30 | depends_lib port:libxml2 \ |
---|
31 | port:libxslt \ |
---|
32 | port:libz \ |
---|
33 | port:libsndfile |
---|