blob: d36923f1f14bcdee56bfae059d30f0f92807ae64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Florent Thoumie <flz@freebsd.org>
# $FreeBSD$
PORTNAME= xf86-video-scfb
PORTVERSION= 0.0.4
CATEGORIES= x11-drivers
MAINTAINER= ray@FreeBSD.org
COMMENT= X.Org syscons display driver
USE_GITHUB= yes
GH_ACCOUNT= rayddteam
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= bdeb3bf
GH_COMMIT= bdeb3bf
GNU_CONFIGURE= yes
USES= libtool pkgconfig
USE_XORG= xorg-server xproto inputproto
.include <bsd.port.mk>
|