freebsd-ports/audio/linux-f10-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

25 lines
530 B
Makefile

# Created by: hashiz
# $FreeBSD$
PORTNAME= alsa-plugins-oss
PORTVERSION= 1.0.21
PORTREVISION= 4
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= OSS plugin for ALSA (Linux Fedora 10)
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= f10
USE_LINUX_RPM= yes
USE_LINUX_APPS= alsalib
RPMVERSION= 3.fc10
SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
USE_LDCONFIG= yes
# We will use native configuration file, so delete a linux one
post-extract:
@${RM} -r ${WRKSRC}/etc
.include <bsd.port.mk>