aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linux-f10-openal/Makefile
blob: dfb4a54da8039d1a52c82cbe64c8740666786955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: bsam
# $FreeBSD$

PORTNAME=   openal
PORTVERSION=    0.0.9
PORTREVISION=   1
CATEGORIES= audio linux

MAINTAINER= emulation@FreeBSD.org
COMMENT=    3D positional spatialized sound library (Linux Fedora 10)

CONFLICTS=  linux-openal-[0-9]* linux-f8-openal-[0-9]*

USES=       linux:f10
USE_LINUX_RPM=  yes
USE_LINUX=  alsalib arts esound libaudiofile libvorbis sdl12

RPMVERSION= 0.15.20060204cvs.fc9
USE_LDCONFIG=   yes

PLIST_FILES=    etc/openalrc usr/lib/libopenal.so.0 usr/lib/libopenal.so.0.0.0
PORTDOCS=   AUTHORS COPYING ChangeLog NOTES README TODO
DESCR=      ${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>