aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linux-c6-alsa-plugins-oss/Makefile
blob: 414285ece31f3a63a6ba0cf9c83211ab2ece3c7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$

PORTNAME=   alsa-plugins-oss
PORTVERSION=    1.0.21
PORTREVISION=   1
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

CONF_FILE=  etc/alsa/pcm/pcm-oss.conf

post-patch:
    @${RM} ${WRKSRC}/${CONF_FILE}.orig

.include <bsd.port.mk>