blob: 563f009a0f7fbee6992be475c9c5319e5b8dd3d9 (
plain)
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
|
# 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>
|