Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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
}
}