fb71fd7b4c
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.
11 lines
268 B
Makefile
11 lines
268 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
DISTVERSION= 340.107
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 5
|
|
|
|
MASTERDIR= ${.CURDIR}/../nvidia-driver
|
|
PKGNAMESUFFIX= -340
|
|
|
|
.include "${MASTERDIR}/Makefile"
|