2a0a3276e0
Alan Coopersmith (7): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test Update README.G80 for gitlab migration riva_xaa: don't build RivaSetRopPattern when XAA is not supported Colin Walters (1): autogen.sh: Implement GNOME Build API Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: use exec instead of waiting for configure to finish Yusuf (1): Replace xf86PciInfo.h with our own pci ids Yusuf Khan (1): bump to version 2.1.22
28 lines
770 B
Makefile
28 lines
770 B
Makefile
# $NetBSD: Makefile,v 1.37 2022/07/27 20:19:28 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-nv-2.1.22
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg NVIDIA video driver
|
|
LICENSE= mit AND modified-bsd
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
RELRO_SUPPORTED= partial
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
X11_DRV_NAME= nv
|
|
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXext?= build
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|