blob: 006e502345c8ee7d3e044ee179e94e36f08dd30e (
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
|
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= pulseaudio-utils
PORTVERSION= 0.9.21
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
USE_LINUX= c6
USE_LINUX_RPM= yes
USE_LINUX_APPS= xorglibs pulseaudio-libs
RPMVERSION= 14.el6_3
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION}
DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr
SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
.include <bsd.port.mk>
|