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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | github.setup vancegroup freealut fc814e316c2b |
---|
9 | |
---|
10 | version 1.1 |
---|
11 | categories audio devel |
---|
12 | platforms darwin |
---|
13 | maintainers gmail.com:lubodiakov |
---|
14 | license LGPL-2 |
---|
15 | |
---|
16 | description Free implementation of OpenAL's ALUT standard |
---|
17 | |
---|
18 | long_description FreeALUT is a ${description}. It's forked from the \ |
---|
19 | open-sourced version available originally \ |
---|
20 | from the Git repository at github.com. See \ |
---|
21 | the file AUTHORS for the people involved. |
---|
22 | |
---|
23 | checksums rmd160 02167786f4d3a74bd571fdc9b7d855a2461d9585 \ |
---|
24 | sha256 6ade3cb61f303497b68270e648691c61cd54d04af730e33e07eda799a58024f4 |
---|