diff options
Diffstat (limited to 'x11/viewres/Makefile')
-rw-r--r-- | x11/viewres/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile index ef3b9e959ab1..72499f5377e5 100644 --- a/x11/viewres/Makefile +++ b/x11/viewres/Makefile @@ -1,21 +1,20 @@ PORTNAME= viewres -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Graphical class browser for Xt +WWW= https://gitlab.freedesktop.org/xorg/app/viewres LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xaw xmu xt +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xorgproto xt PLIST_FILES+= bin/viewres \ share/man/man1/viewres.1.gz \ share/X11/app-defaults/Viewres \ share/X11/app-defaults/Viewres-color -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |