29 lines
618 B
Makefile
29 lines
618 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alsa-plugins-oss
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= linux:c6
|
|
USE_LINUX= 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>
|