2009-06-01 19:26:31 +02:00
|
|
|
# New ports collection makefile for: audio/linux-f10-openal
|
|
|
|
# Date created: 2009-05-03
|
2009-04-01 17:25:39 +02:00
|
|
|
# Whom: bsam
|
2005-11-26 20:30:21 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openal
|
2009-04-01 17:25:39 +02:00
|
|
|
PORTVERSION= 0.0.9
|
2005-11-26 20:30:21 +01:00
|
|
|
CATEGORIES= audio linux
|
2011-03-03 10:26:45 +01:00
|
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
2009-06-01 19:26:31 +02:00
|
|
|
PKGNAMEPREFIX= linux-f10-
|
2009-04-01 17:25:39 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
2005-11-26 20:30:21 +01:00
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
2009-06-01 19:26:31 +02:00
|
|
|
COMMENT= A 3D positional spatialized sound library (Linux Fedora 10)
|
|
|
|
|
|
|
|
CONFLICTS= linux-openal-[0-9]* linux-f8-openal-[0-9]*
|
2005-11-26 20:30:21 +01:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2006-01-22 16:35:04 +01:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= alsalib arts esound libaudiofile libvorbis sdl12
|
2009-06-01 19:26:31 +02:00
|
|
|
LINUX_DIST_VER= 10
|
|
|
|
RPMVERSION= 0.15.20060204cvs.fc9
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-04-01 17:25:39 +02:00
|
|
|
|
|
|
|
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
|
2006-01-22 16:35:04 +01:00
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
2005-11-26 20:30:21 +01:00
|
|
|
|
2006-01-22 16:35:04 +01:00
|
|
|
.include <bsd.port.mk>
|