summaryrefslogtreecommitdiff
path: root/x11/xsetroot/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-07 17:37:33 +0000
committerjoerg <joerg>2006-11-07 17:37:33 +0000
commit7256bbd26fd9830cc592d4ae891894972f8397dc (patch)
tree657c7acc977c45f92ab39de5a9fd926abc998d18 /x11/xsetroot/Makefile
parent0bd1ea436927a2c1f47e57d71eb0d0b8f776ea56 (diff)
downloadpkgsrc-7256bbd26fd9830cc592d4ae891894972f8397dc.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/Makefile')
-rw-r--r--x11/xsetroot/Makefile22
1 files changed, 22 insertions, 0 deletions
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"