mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
16 lines
340 B
Makefile
16 lines
340 B
Makefile
PORTNAME= xdriinfo
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Query configuration information of DRI drivers
|
|
|
|
USES= gl xorg xorg-cat:app
|
|
USE_GL= gl
|
|
USE_XORG= x11 xorgproto
|
|
PLIST_FILES= bin/xdriinfo share/man/man1/xdriinfo.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|