1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/x11/nvidia-xconfig/Makefile
Alexander Nedotsukov 448d8628e0 Update to 440.26
2019-10-18 18:17:44 +00:00

32 lines
625 B
Makefile

# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
PORTNAME= nvidia-xconfig
PORTVERSION= 440.26
CATEGORIES= x11
MAINTAINER= bland@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>