diff options
author | danfe <danfe@FreeBSD.org> | 2007-07-23 21:24:27 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-07-23 21:24:27 +0800 |
commit | a92ebda696015c8fa42958e1220185c6f6d536dc (patch) | |
tree | e28220161c6e5742a787048a8ef494890406c18e /x11/nvidia-driver-96xx | |
parent | a8a359a36eef7153cbdcb99aa169fb101de309ce (diff) | |
download | freebsd-ports-gnome-a92ebda696015c8fa42958e1220185c6f6d536dc.tar.gz freebsd-ports-gnome-a92ebda696015c8fa42958e1220185c6f6d536dc.tar.zst freebsd-ports-gnome-a92ebda696015c8fa42958e1220185c6f6d536dc.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
Diffstat (limited to 'x11/nvidia-driver-96xx')
-rw-r--r-- | x11/nvidia-driver-96xx/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/nvidia-driver-96xx/Makefile b/x11/nvidia-driver-96xx/Makefile new file mode 100644 index 000000000000..51c2edc608f0 --- /dev/null +++ b/x11/nvidia-driver-96xx/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: nvidia-driver, legacy version 96xx +# Date created: 08 Feb 2007 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTVERSION= 1.0-9631 + +MASTERDIR= ${.CURDIR}/../nvidia-driver + +.include "${MASTERDIR}/Makefile" |