16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/02/16 10:15:43 jperkin Exp $
|
|
|
|
PKGNAME= suse_glx-${SUSE_VERSION}
|
|
PKGREVISION= 4
|
|
CATEGORIES= emulators
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Linux compatibility package for OpenGL/Mesa
|
|
|
|
EMUL_MODULES.linux= x11
|
|
|
|
# This symlink is managed by ldconfig(8).
|
|
CHECK_FILES_SKIP+= ${EMULDIR}/usr/${LINUX_LIBSUBDIR}/libglide.so.3
|
|
|
|
.include "../../emulators/suse100_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|