493f93ac81
Supplies DSSI with the necessary subset of ALSA on systems without ALSA. Based on work by Johann Franz a very long time ago.
19 lines
483 B
Makefile
19 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/10/30 15:22:23 nia Exp $
|
|
|
|
DISTNAME= libdssialsacompat-1.0.8a
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://smbolton.com/linux/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://smbolton.com/linux.html
|
|
COMMENT= Alsa compatibility library to build DSSI
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
INSTALLATION_DIRS= include/dssi/alsa/sound
|
|
PKGCONFIG_OVERRIDE+= libdssialsacompat.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|