1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11/nvidia-xconfig/Makefile
Alexander Nedotsukov 5657d8f90f Update to 415.25
2018-12-21 21:28:23 +00:00

32 lines
625 B
Makefile

# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
PORTNAME= nvidia-xconfig
PORTVERSION= 415.25
CATEGORIES= x11
MAINTAINER= bland@FreeBSD.org
COMMENT= Tool to manipulate X configuration files for the NVidia driver
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= NVIDIA
USES= gmake
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>