aboutsummaryrefslogtreecommitdiff
path: root/audio/linux-c7-openal-soft/Makefile
blob: 74a1dab3a4a94ccb42a479b4fd211c1bb53bbd44 (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
PORTNAME=	openal-soft
PORTVERSION=	1.16.0
DISTVERSIONSUFFIX=	-3.el7
PORTREVISION=	3
CATEGORIES=	audio linux
MASTER_SITES=	EPEL7/o \
		https://harbottle.gitlab.io/wine32/7/i386/:i386

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://openal-soft.org/

USES=		linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	alsalib
USE_LINUX_RPM=	yes

CONFLICTS=	linux-c6-${PORTNAME}
DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>