diff options
Diffstat (limited to 'x11/xsetroot/Makefile')
-rw-r--r-- | x11/xsetroot/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile index 26a3ec9d9b89..265090da3cbf 100644 --- a/x11/xsetroot/Makefile +++ b/x11/xsetroot/Makefile @@ -1,14 +1,17 @@ PORTNAME= xsetroot -PORTVERSION= 1.1.2 -PORTREVISION= 1 +DISTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Root window parameter setting utility for X +WWW= https://gitlab.freedesktop.org/xorg/app/xsetroot + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xbitmaps xcursor xmuu xorgproto -USES= xorg xorg-cat:app -USE_XORG= xmuu x11 xbitmaps xcursor PLIST_FILES= bin/xsetroot share/man/man1/xsetroot.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |