mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
b73f95f908
Approved by: miwi (co-mentor), beech (mentor)
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# New ports collection makefile for: openal-soft
|
|
# Date created: 2009-02-01
|
|
# Whom: Marcus von Appen <mva@sysfault.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openal-soft
|
|
PORTVERSION= 1.6.372
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= A software implementation of the OpenAL specification
|
|
|
|
CONFLICTS= openal-200[0-9]*
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
CMAKE_USE_PTHREAD= yes
|
|
CMAKE_ARGS= -DALSA:BOOL=OFF
|
|
|
|
.include <bsd.port.mk>
|