diff options
Diffstat (limited to 'x11/xvidtune/Makefile')
-rw-r--r-- | x11/xvidtune/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/xvidtune/Makefile b/x11/xvidtune/Makefile index ebcca931c938..f3b9ed09d9d5 100644 --- a/x11/xvidtune/Makefile +++ b/x11/xvidtune/Makefile @@ -1,14 +1,15 @@ PORTNAME= xvidtune -PORTVERSION= 1.0.3 -PORTREVISION= 1 +DISTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Video mode tuner for X +WWW= https://gitlab.freedesktop.org/xorg/app/xvidtune -USES= xorg xorg-cat:app -USE_XORG= xxf86vm xt xaw +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xmu xorgproto xt xxf86vm .include <bsd.port.mk> |