diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/xsetroot | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/xsetroot')
-rw-r--r-- | x11/xsetroot/Makefile | 20 | ||||
-rw-r--r-- | x11/xsetroot/distinfo | 3 | ||||
-rw-r--r-- | x11/xsetroot/pkg-descr | 6 |
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 |