blob: 6f79571d5a41f170949972c332ed36e00441d6be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.4 2015/02/16 10:15:43 jperkin Exp $
PKGNAME= suse_alsa-${SUSE_VERSION}
CATEGORIES= emulators
DISTFILES= alsa-1.0.9-23.2.${SUSE_ARCH}.rpm
MAINTAINER= tonio@NetBSD.org
COMMENT= Linux compatibility package for ALSA
EMUL_MODULES.linux= base
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|