diff options
Diffstat (limited to 'x11/xmag/Makefile')
-rw-r--r-- | x11/xmag/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile index 992bf0ca2dfb..4bf203db088d 100644 --- a/x11/xmag/Makefile +++ b/x11/xmag/Makefile @@ -1,16 +1,15 @@ PORTNAME= xmag -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X application for screen magnifying +WWW= https://gitlab.freedesktop.org/xorg/app/xmag LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xt xorgproto .include <bsd.port.mk> |