opnsense-ports/audio/linux-c6-alsa-plugins-oss/Makefile
Franco Fichtner e2e9f18bcc */*: sync with upstream
Taken from: FreeBSD
2016-06-21 05:37:51 +02:00

29 lines
632 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= alsa-plugins-oss
PORTVERSION= 1.1.0
CATEGORIES= audio 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]*
SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
USE_LINUX_APPS= alsalib
USE_LINUX_RPM= yes
RPMVERSION= 1.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>