diff options
Diffstat (limited to 'x11/xwud/Makefile')
-rw-r--r-- | x11/xwud/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index d299b322a123..4ae47ac2f19a 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -1,15 +1,17 @@ PORTNAME= xwud -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Image displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xwud -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/xwud share/man/man1/xwud.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |