mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
bb906750f2
Summary of changes: * Autoconf fixes * Fix for glvnd not working
17 lines
275 B
Makefile
17 lines
275 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdriinfo
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Query configuration information of DRI drivers
|
|
|
|
USE_GL= gl
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 glproto
|
|
PLIST_FILES= bin/xdriinfo man/man1/xdriinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|