mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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
221 B
Makefile
11 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
DISTVERSION= 304.137
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 0
|
|
|
|
MASTERDIR= ${.CURDIR}/../linux-nvidia-libs
|
|
PKGNAMESUFFIX= -304
|
|
|
|
.include "${MASTERDIR}/Makefile"
|