1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name openal-soft |
---|
8 | version 1.11.753 |
---|
9 | categories audio devel |
---|
10 | maintainers openmaintainer |
---|
11 | description OpenAL Soft with multichannel support for Mac OS X |
---|
12 | long_description temporary fork of OpenAL Soft for development of a multi-channel capable Mac OS X renderer. |
---|
13 | |
---|
14 | #homepage http://kcat.strangesoft.net/openal.html |
---|
15 | homepage https://github.com/garinh/openal-soft |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | fetch.type git |
---|
19 | git.url https://github.com/garinh/openal-soft.git |
---|
20 | git.branch 899eb0747644923239d48dd706fe2d3cde02734a |
---|
21 | |
---|
22 | livecheck.type none |
---|