opnsense-ports/audio/linux-c7-alsa-utils/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

22 lines
481 B
Makefile

PORTNAME= alsa-utils
PORTVERSION= 1.1.8
DISTVERSIONSUFFIX= -2.el7
CATEGORIES= audio linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Advanced Linux Sound Architecture utilities (Linux CentOS ${LINUX_DIST_VER})
WWW= https://www.alsa-project.org/
LICENSE= GPLv3
USES= linux:c7
USE_LINUX= alsalib alsa-plugins-oss
USE_LINUX_RPM= nolib
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>