b0a0685341
Per request of ray@
20 lines
395 B
Makefile
20 lines
395 B
Makefile
# Created by: Florent Thoumie <flz@freebsd.org>
|
|
|
|
PORTNAME= xf86-video-scfb
|
|
PORTVERSION= 0.0.7
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org syscons display driver
|
|
|
|
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>
|