freebsd-ports/x11/nvidia-xconfig/Makefile
Alexey Dokuchaev 92ccd379cf x11/nvidia-xconfig: update the port to version 525.116.04
Reduce MAKE_ENV pollution and do not patch default manpage
location (share/man/manX) which is what we also now prefer.
2023-05-15 10:19:30 +00:00

25 lines
563 B
Makefile

PORTNAME= nvidia-xconfig
PORTVERSION= 525.116.04
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Tool to manipulate X configuration files for the NVidia driver
WWW= https://www.nvidia.com/object/unix.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= NVIDIA
MAKE_ENV= NV_VERBOSE=1 \
PCIACCESS_CFLAGS=-I${LOCALBASE}/include \
PCIACCESS_LDFLAGS=-L${LOCALBASE}/lib
PLIST_FILES= bin/nvidia-xconfig \
share/man/man1/nvidia-xconfig.1.gz
.include <bsd.port.mk>