mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup xcode 1.0
|
|
|
|
name openal
|
|
version 1.3
|
|
categories audio devel
|
|
license LGPL-2
|
|
maintainers nomaintainer
|
|
|
|
description OpenAL is a cross-platform 3D audio API
|
|
long_description OpenAL is a cross-platform 3D audio API appropriate \
|
|
for use with gaming applications and many other types \
|
|
of audio applications.
|
|
|
|
homepage http://www.openal.org/
|
|
master_sites sourceforge:macports
|
|
use_bzip2 yes
|
|
checksums sha1 16c230864a68c00910c5e5821ac34c795ec46458 \
|
|
rmd160 35348268e975dc7ce5fecf30430ee4f748103921
|
|
|
|
# distfile exported from svn://connect.creativelabs.com/OpenAL/tags/MacOSX1-3_Spec1-1
|
|
worksrcdir ${name}-${version}/OpenAL-MacOSX
|
|
|
|
xcode.target OpenAL
|
|
xcode.destroot.type framework
|
|
|
|
if {${os.major} <= 9} {
|
|
post-patch {
|
|
reinplace "s|Extras/CoreAudio/PublicUtility|Examples/CoreAudio/PublicUtility|g" \
|
|
${worksrcpath}/OpenAL.xcodeproj/project.pbxproj
|
|
}
|
|
}
|