aboutsummaryrefslogtreecommitdiff
path: root/x11/xsetroot
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xsetroot
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
Notes
Diffstat (limited to 'x11/xsetroot')
-rw-r--r--x11/xsetroot/Makefile20
-rw-r--r--x11/xsetroot/distinfo3
-rw-r--r--x11/xsetroot/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile
new file mode 100644
index 000000000000..bfc0700ee62e
--- /dev/null
+++ b/x11/xsetroot/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xsetroot
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xsetroot
+PORTVERSION= 1.0.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= root window parameter setting utility for X
+
+XORG_CAT= app
+USE_XORG= xmuu x11 xbitmaps
+MAN1= xsetroot.1
+PLIST_FILES= bin/xsetroot
+
+.include <bsd.port.mk>
diff --git a/x11/xsetroot/distinfo b/x11/xsetroot/distinfo
new file mode 100644
index 000000000000..b682db4c3cbf
--- /dev/null
+++ b/x11/xsetroot/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/xsetroot-1.0.1.tar.bz2) = fc7eeb7130bb54345671a9dbaab567ac
+SHA256 (xorg/app/xsetroot-1.0.1.tar.bz2) = 897d77acd3f4a366472386139827eaac24cc423c811ef0e65e0d5eca099a3155
+SIZE (xorg/app/xsetroot-1.0.1.tar.bz2) = 77709
diff --git a/x11/xsetroot/pkg-descr b/x11/xsetroot/pkg-descr
new file mode 100644
index 000000000000..d09e4b06de32
--- /dev/null
+++ b/x11/xsetroot/pkg-descr
@@ -0,0 +1,6 @@
+This package contains xsetroot, a root window paramteter setting utility
+for the X Window System, which allows you to change the appearance of the
+background ("root") window in X.
+
+- Joel Dahl
+joel@FreeBSD.org