blob: 265090da3cbf3313f2485f76f93df8954ee90b06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= xsetroot
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
PLIST_FILES= bin/xsetroot share/man/man1/xsetroot.1.gz
.include <bsd.port.mk>
|