Ticket #27592: Portfile

File Portfile, 831 bytes (added by devernay (Frédéric Devernay), 13 years ago)

Portfile

Line 
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
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                openal-soft
8version             1.11.753
9categories                  audio devel
10maintainers         openmaintainer
11description         OpenAL Soft with multichannel support for Mac OS X
12long_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
15homepage            https://github.com/garinh/openal-soft
16platforms           darwin
17
18fetch.type          git
19git.url             https://github.com/garinh/openal-soft.git
20git.branch          899eb0747644923239d48dd706fe2d3cde02734a
21
22livecheck.type  none