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