1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/audio/linux-c6-alsa-plugins-pulseaudio/Makefile
Martin Wilke a234e43dd7 Welcome Centos 6.7
- 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.
2016-01-30 18:30:40 +00:00

33 lines
705 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= alsa-plugins-pulseaudio
PORTVERSION= 1.0.21
PORTREVISION= 2
CATEGORIES= audio 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-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
.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
# We will use native configuration file, so delete a linux one
post-extract:
@${RM} -r ${WRKSRC}/etc
.include <bsd.port.mk>