pkgsrc/audio/libmatemixer/Makefile
youri aa8fcdb2e6 libmatemixer: Update to 1.21.0:
### libmatemixer 1.21.0

  * Translations update
* require PulseAudio 5.0 and drop some old code
2019-01-16 14:59:45 +00:00

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"