freebsd-ports/audio/linux-c6-pulseaudio-utils/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

22 lines
513 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pulseaudio-utils
PORTVERSION= 0.9.21
PORTREVISION= 4
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
RPMVERSION= 24.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= xorglibs pulseaudio-libs
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../pulseaudio/pkg-descr
SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
.include <bsd.port.mk>