diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-07 17:37:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-07 17:37:33 +0000 |
commit | 3ecb67b91dafded7d68f8555dbb0f24992a224e6 (patch) | |
tree | 657c7acc977c45f92ab39de5a9fd926abc998d18 /x11/xsetroot | |
parent | 155247bc56da28b54dccea54972486a95725c7af (diff) | |
download | pkgsrc-3ecb67b91dafded7d68f8555dbb0f24992a224e6.tar.gz |
Import xsetroot-1.0.1:
The xsetroot program is used to tailor the appearance of the background
window of the X server. This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xsetroot')
-rw-r--r-- | x11/xsetroot/DESCR | 2 | ||||
-rw-r--r-- | x11/xsetroot/Makefile | 22 | ||||
-rw-r--r-- | x11/xsetroot/PLIST | 3 | ||||
-rw-r--r-- | x11/xsetroot/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/xsetroot/DESCR b/x11/xsetroot/DESCR new file mode 100644 index 00000000000..06acadcba23 --- /dev/null +++ b/x11/xsetroot/DESCR @@ -0,0 +1,2 @@ +The xsetroot program is used to tailor the appearance of the background +window of the X server. This is from the modular X.org X11 project. diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile new file mode 100644 index 00000000000..af9d0b7a963 --- /dev/null +++ b/x11/xsetroot/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:37:33 joerg Exp $ +# + +DISTNAME= xsetroot-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X root window parameter setting program + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/xbitmaps/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xsetroot/PLIST b/x11/xsetroot/PLIST new file mode 100644 index 00000000000..450d8376756 --- /dev/null +++ b/x11/xsetroot/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/07 17:37:33 joerg Exp $ +bin/xsetroot +man/man1/xsetroot.1 diff --git a/x11/xsetroot/distinfo b/x11/xsetroot/distinfo new file mode 100644 index 00000000000..1ec72e64c40 --- /dev/null +++ b/x11/xsetroot/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/07 17:37:33 joerg Exp $ + +SHA1 (xsetroot-1.0.1.tar.bz2) = 1a0353b4ab580314d39d704013e332b9b1bb8642 +RMD160 (xsetroot-1.0.1.tar.bz2) = 0a1a7e134241c8913438e2c1d058ee5a8ad2d1c2 +Size (xsetroot-1.0.1.tar.bz2) = 77709 bytes |