freebsd-ports/audio/linux-c6-alsa-plugins-oss/Makefile
Tijl Coosemans e079e58681 Update Linux ports to Centos 6.8.
PR:		210373
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D6891
2016-06-20 17:13:26 +00: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>