forked from Lainports/freebsd-ports
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.
10 lines
221 B
Makefile
10 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"
|