mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
a234e43dd7
- Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
25 lines
571 B
Makefile
25 lines
571 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pulseaudio-utils
|
|
PORTVERSION= 0.9.21
|
|
PORTREVISION= 2
|
|
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= 21.el6
|
|
USE_LDCONFIG= yes
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION}
|
|
DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr
|
|
|
|
SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
|
|
|
|
.include <bsd.port.mk>
|