forked from Lainports/opnsense-ports
33 lines
721 B
Makefile
33 lines
721 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-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
|
|
.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>
|