diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-25 19:15:18 +0000 |
commit | 14ac881764759575af0262836b114bc66a99657e (patch) | |
tree | a7e7d123112721b2a5babd136cee15a4432f25e5 /audio/freealut | |
parent | Remove unneeded '\' in COMMENT. (diff) |
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
Notes
Notes:
svn path=/head/; revision=248567
Diffstat (limited to 'audio/freealut')
-rw-r--r-- | audio/freealut/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 951e56c88fec..e77177113832 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -7,20 +7,19 @@ PORTNAME= freealut PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://connect.creativelabs.com/openal/Downloads/ALUT/ MAINTAINER= oliver@FreeBSD.org COMMENT= The OpenAL Utility Toolkit -LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal - USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack +USE_OPENAL= al USE_LDCONFIG= yes .include <bsd.port.pre.mk> |