aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-scfb/Makefile
blob: 9515dda98983883ab71a52f4e9e86c640c98ea58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Florent Thoumie <flz@freebsd.org>
# $FreeBSD$

PORTNAME=   xf86-video-scfb
PORTVERSION=    0.0.4
PORTREVISION=   1
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 randrproto renderproto videoproto

.include <bsd.port.mk>