aboutsummaryrefslogtreecommitdiff
path: root/x11/linux-nvidia-libs-340/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-10-25 08:00:21 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-10-25 08:00:21 +0000
commitfb71fd7b4c84e2de167c083bafd9e78eb6eab984 (patch)
tree25ed816a1034fc2b4264bcdf4511bbda89da1d8e /x11/linux-nvidia-libs-340/Makefile
parentb286026bfb98f1abb996bafc8efef5aabe29b490 (diff)
downloadports-fb71fd7b4c84e2de167c083bafd9e78eb6eab984.tar.gz
ports-fb71fd7b4c84e2de167c083bafd9e78eb6eab984.zip
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.
Notes
Notes: svn path=/head/; revision=515584
Diffstat (limited to 'x11/linux-nvidia-libs-340/Makefile')
-rw-r--r--x11/linux-nvidia-libs-340/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/linux-nvidia-libs-340/Makefile b/x11/linux-nvidia-libs-340/Makefile
new file mode 100644
index 000000000000..c60605a0f2ab
--- /dev/null
+++ b/x11/linux-nvidia-libs-340/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+DISTVERSION= 340.107
+# Explicitly set PORTREVISION as it can be overridden by the master port
+PORTREVISION= 0
+
+MASTERDIR= ${.CURDIR}/../linux-nvidia-libs
+PKGNAMESUFFIX= -340
+
+.include "${MASTERDIR}/Makefile"