mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
12b41f27e6
before claiming the device. This allows fallback to vesa to work correctly. Assign this port to x11@ after discussion with ray@ on IRC. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9629
18 lines
302 B
Makefile
18 lines
302 B
Makefile
# Created by: Florent Thoumie <flz@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-scfb
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org syscons display driver
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rayddteam
|
|
|
|
XORG_CAT= driver
|
|
|
|
.include <bsd.port.mk>
|