1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/linux-nvidia-libs-304/Makefile
Alexey Dokuchaev fb71fd7b4c Move Linux versions of NVidia graphics libraries (OpenGL/GLX/EGL/GLES/GLVND)
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.
2019-10-25 08:00:21 +00:00

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"