824eda00fc
The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
29 lines
802 B
Makefile
29 lines
802 B
Makefile
# New ports collection makefile for: audio/linux-f8-openal
|
|
# Date created: 2008-04-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openal
|
|
PORTVERSION= 0.0.9
|
|
CATEGORIES= audio linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= A 3D positional spatialized sound library (Linux Fedora 8)
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= alsalib arts esound libaudiofile libvorbis sdl12
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 0.13.20060204cvs.fc8
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= etc/openalrc usr/lib/libopenal.so.0 usr/lib/libopenal.so.0.0.0
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NOTES README TODO
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|