mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b760897dde
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
19 lines
287 B
Makefile
19 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-r128
|
|
PORTVERSION= 6.10.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org r128 display driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GL= gl
|
|
XORG_CAT= driver
|
|
USE_XORG= xf86miscproto
|
|
|
|
.include <bsd.port.mk>
|