freebsd-ports/x11/nvidia-xconfig/Makefile
Alexey Dokuchaev 16eef2f167 Update NVidia drivers and auxiliary utilities to their latest versions
and transfer maintainership of the latter to the graphics team (x11).
2020-06-30 08:42:18 +00:00

32 lines
624 B
Makefile

# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
PORTNAME= nvidia-xconfig
PORTVERSION= 440.100
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Tool to manipulate X configuration files for the NVidia driver
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= NVIDIA
MAKE_ENV= NV_VERBOSE= \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_MAN="${INSTALL_MAN}" \
prefix=${PREFIX}
PLIST_FILES= bin/nvidia-xconfig \
man/man1/nvidia-xconfig.1.gz
post-patch: .SILENT
${REINPLACE_CMD} -e '/^MANDIR/s|share/||' \
${WRKSRC}/utils.mk
.include <bsd.port.mk>