freebsd-ports/x11/nvidia-driver-340/Makefile
Alexey Dokuchaev fb71fd7b4c Move Linux versions of NVidia graphics libraries (OpenGL/GLX/EGL/GLES/GLVND)
to its own ports instead of abusing the driver ports and making maintenance
thereof a nightmare.  This is also what most, if not all, GNU/Linux distros
do, allows to properly annotate ports with correct CATETORIES, USES, macros
like NO_BUILD etc., and greatly simplify Makefiles and distinfo files.
2019-10-25 08:00:21 +00:00

11 lines
268 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
DISTVERSION= 340.107
# Explicitly set PORTREVISION as it can be overridden by the master port
PORTREVISION= 5
MASTERDIR= ${.CURDIR}/../nvidia-driver
PKGNAMESUFFIX= -340
.include "${MASTERDIR}/Makefile"