blob: a4b2753d30607fb48a529b4b382a6711276a9463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= xf86-video-scfb
PORTVERSION= 0.0.7
PORTREVISION= 1
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org syscons display driver
WWW= https://github.com/rayddteam/xf86-video-scfb
USES= xorg-cat:driver
PLIST_FILES= lib/xorg/modules/drivers/scfb_drv.so \
man/man4/scfb.4x.gz
IGNORE_MASTER_SITE_XORG=yes
USE_GITHUB= yes
GH_ACCOUNT= rayddteam
LICENSE= BSD2CLAUSE
.include <bsd.port.mk>
|