freebsd-ports/audio/linux-c6-alsa-plugins-pulseaudio/Makefile
Johannes Jost Meixner d6940dcb78 Add missing deps, fix COMMENT/CONFLICTS
Add missing dependencies to
audio/linux-c6-{flac,libsndfile,alsa-plugins-pulseaudio,pulseaudio-libs}; set
proper COMMENT and CONFLICTS in audio/linux-c6-flac (both of which I missed in
r368845).

PR:		193862
Differential Revision:	https://reviews.freebsd.org/D816
Submitted by:	Jan Beich <jbeich@vfemail.net>
Approved by:	koobs (mentor)
2014-09-23 12:01:33 +00:00

29 lines
611 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= alsa-plugins-pulseaudio
PORTVERSION= 1.0.21
PORTREVISION= 1
CATEGORIES= audio linux
PKGNAMEPREFIX= linux-${USE_LINUX}-
MAINTAINER= emulation@FreeBSD.org
COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
CONFLICTS= linux-f10-alsa-plugins-pulseaudio-[0-9]*
.if defined(PACKAGE_BUILDING)
SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm
.endif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
USE_LINUX_APPS= alsalib pulseaudio-libs
USE_LINUX_RPM= yes
RPMVERSION= 3.el6
USE_LDCONFIG= yes
.include <bsd.port.mk>