blob: e3529c6b33491e3d853bf50c0cb8e0067303a211 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
DISTVERSION= 71.86.15
# Explicitly set PORTREVISION as it can be overridden by the master port
PORTREVISION= 3
MASTERDIR= ${.CURDIR}/../nvidia-driver
NO_LATEST_LINK= yes
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|