Ticket #45002: Portfile.txt

File Portfile.txt, 1.1 KB (added by lubodiakov@…, 10 years ago)

Second attempt at a Portfile

Line 
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
4PortSystem              1.1
5PortGroup               github 1.0
6
7name                    freealut
8version                 1.1
9categories              audio devel
10platforms               darwin
11maintainers             lubodiakov@
12license                 LGPL-2
13
14description             Free implementation of OpenAL's ALUT standard
15
16long_description        FreeALUT is a ${description}. It's forked from the \
17                        open-sourced version available originally \
18                        from the Git repository at github.com. See \
19                        the file AUTHORS for the people involved.
20
21homepage                https://github.com/vancegroup/freealut
22master_sites            https://github.com/vancegroup/freealut.git
23use_bzip2               no
24
25checksums               rmd160  38c7cbfced149c43806513eed9ab288cb612b16f \
26                        sha256  367c385b3bdcea3c934cb991ecea1d30108321c46b71b3007c878da1db3306b6
27
28