aea21b3b36
*_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
22 lines
513 B
Makefile
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>
|