12 lines
385 B
Makefile
12 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/10/08 10:42:49 nia Exp $
|
|
|
|
PKGNAME= suse_openal-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
RPMPKGS+= libopenal1-1.15.1-2.1.2.${SUSE_ARCH}
|
|
RPMPKGS+= openal-soft-1.15.1-2.1.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for OpenAL
|
|
|
|
.include "../../emulators/suse131_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|