e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
26 lines
527 B
Makefile
26 lines
527 B
Makefile
# Created by: Piotr Kubaj <emulation@FreeBSD.org$
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openal-soft
|
|
PORTVERSION= 1.16.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= EPEL7/o
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
ONLY_FOR_ARCHS= amd64
|
|
RPMVERSION= 3.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= alsalib
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|