diff options
Diffstat (limited to 'x11/xdriinfo/Makefile')
-rw-r--r-- | x11/xdriinfo/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile index 4b1a37d51ac3..bff68e63c9c1 100644 --- a/x11/xdriinfo/Makefile +++ b/x11/xdriinfo/Makefile @@ -1,15 +1,17 @@ PORTNAME= xdriinfo -PORTVERSION= 1.0.6 -PORTREVISION= 5 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Query configuration information of DRI drivers +WWW= https://gitlab.freedesktop.org/xorg/app/xdriinfo -USES= gl xorg xorg-cat:app +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gl tar:xz 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> |