freebsd-ports/audio/linux-c6-alsa-plugins-oss/Makefile
John Marino 3693611ac3 audio/linux-*-alsa-*,www/linux-*-flashplugin11: bump, fix run depends
Recent changes required a bumped PORTREVISION, do that now.  While
here, prevent partial updates of linux-*-flashplugin11 with old
linux-*-alsa-lib.

PR:		195406
Submitted by:	Jan Beich
2014-11-26 10:25:45 +00:00

33 lines
695 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= alsa-plugins-oss
PORTVERSION= 1.0.21
PORTREVISION= 3
CATEGORIES= audio linux
PKGNAMEPREFIX= linux-${USE_LINUX}-
MAINTAINER= emulation@FreeBSD.org
COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
CONFLICTS= linux-f10-alsa-plugins-oss-[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
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>