https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-savage
|
|
PORTVERSION= 2.3.9
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-drivers
|
|
|
|
PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
|
|
PATCHFILES+= 0ece556daa8a88771b669d8104396abd9166d2d0.diff:-p1
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org savage display driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gl xorg-cat:driver
|
|
USE_GL= gl
|
|
|
|
.include <bsd.port.mk>
|