freebsd-ports/audio/linux-f10-openal-soft/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
2016-09-07 12:43:22 +00:00

24 lines
501 B
Makefile

# Created by: mva
# $FreeBSD$
PORTNAME= openal-soft
PORTVERSION= 1.8.466
PORTREVISION= 2
CATEGORIES= audio linux
MAINTAINER= mva@FreeBSD.org
COMMENT= A 3D positional spatialized sound library (Linux Fedora 10)
USES= linux:f10
USE_LINUX_RPM= yes
USE_LINUX= alsalib arts esound
RPMVERSION= 7.fc10
USE_LDCONFIG= yes
PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \
usr/bin/openal-info
PORTDOCS= COPYING
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>