aa8fcdb2e6
### libmatemixer 1.21.0 * Translations update * require PulseAudio 5.0 and drop some old code
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/01/16 14:59:45 youri Exp $
|
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
DISTNAME= libmatemixer-${VERSION}
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= MATE audio mixer
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
|
|
PLIST_VARS+= oss
|
|
.if ${OSS_TYPE} != "none"
|
|
CONFIGURE_ARGS+= --enable-oss
|
|
PLIST.oss= yes
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|