summaryrefslogtreecommitdiff
path: root/x11/xwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xwd/Makefile')
-rw-r--r--x11/xwd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile
index 1a79453fb3a9..5ae1256c0484 100644
--- a/x11/xwd/Makefile
+++ b/x11/xwd/Makefile
@@ -1,17 +1,17 @@
PORTNAME= xwd
-PORTVERSION= 1.0.8
-PORTREVISION= 1
+DISTVERSION= 1.0.9
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Dump an image of an X window
+WWW= https://gitlab.freedesktop.org/xorg/app/xwd
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= xorg xorg-cat:app
-USE_XORG= x11 xkbfile
+USES= tar:xz xorg xorg-cat:app
+USE_XORG= x11 xkbfile xorgproto
PLIST_FILES= bin/xwd share/man/man1/xwd.1.gz
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>