mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
32 lines
625 B
Makefile
32 lines
625 B
Makefile
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nvidia-xconfig
|
|
PORTVERSION= 375.26
|
|
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>
|