17 lines
277 B
Makefile
17 lines
277 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-glint
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org glint display driver
|
|
|
|
USE_GL= gl
|
|
|
|
XORG_CAT= driver
|
|
USE_XORG= xf86driproto xf86dgaproto glproto
|
|
MAN4= glint.4x
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|