1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11/xdriinfo/Makefile
Niclas Zeising bb906750f2 x11/xdriinfo: Update to 1.0.6
Summary of changes:
* Autoconf fixes
* Fix for glvnd not working
2018-05-10 20:16:48 +00:00

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>