aboutsummaryrefslogtreecommitdiff
path: root/x11/nvidia-driver-71
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-23 13:24:27 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-23 13:24:27 +0000
commit5bbb51a00f160ac5f9a3aa5dd2907d1acd9f8537 (patch)
tree94074405dd2bd66b6f0bd304544f146b361133a7 /x11/nvidia-driver-71
parent4d5a8d761620752091b75895e762aa285bd84fb3 (diff)
downloadports-5bbb51a00f160ac5f9a3aa5dd2907d1acd9f8537.tar.gz
ports-5bbb51a00f160ac5f9a3aa5dd2907d1acd9f8537.zip
In sight of upcoming update, overhaul things slightly:
- NVVERSION is no longer user settable. nVidia changed their versioning scheme, which made my life a bit harder. Since this is master port and cares about legacy version slaves as well, derive NVVERSION from DIST- VERSION as doing so required less intrusive changes. Update the comment accordingly. UPDATING note will be committed separately - Retire OSVERSION hack since it's no longer needed. PORTREVISION are now set in all three nvidia-driver ports independently. Previously it was not really safe because NVVERSION was user settable variable - Introduce new variable, SHLIB_VERSION, and use it in PLIST_SUB, because it's not always equal to NVVERSION these days - Mute MKDIR along the way For slave ports: - Rename port directory names to reflect future reality: their versions going to bump as well. No repo copy since there's no history to preserve
Notes
Notes: svn path=/head/; revision=196120
Diffstat (limited to 'x11/nvidia-driver-71')
-rw-r--r--x11/nvidia-driver-71/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/nvidia-driver-71/Makefile b/x11/nvidia-driver-71/Makefile
new file mode 100644
index 000000000000..17842e384951
--- /dev/null
+++ b/x11/nvidia-driver-71/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: nvidia-driver, legacy version 71xx
+# Date created: 08 Feb 2007
+# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTVERSION= 1.0-7184
+
+MASTERDIR= ${.CURDIR}/../nvidia-driver
+
+.include "${MASTERDIR}/Makefile"