summaryrefslogtreecommitdiff
path: root/x11/xnodecor/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-01-21 21:04:43 +0000
committerkristerw <kristerw@pkgsrc.org>2004-01-21 21:04:43 +0000
commite6ffe88928ddf10b4216fe3b597ba981ce178730 (patch)
tree0c2eaa0f2cc56fd6ade21e00a4b7c72a2d2d4993 /x11/xnodecor/Makefile
parent15352b25c711d4439490b56e9c055a7394d34b27 (diff)
downloadpkgsrc-e6ffe88928ddf10b4216fe3b597ba981ce178730.tar.gz
Initial import of xnodecor-0.1
This program sets attribute "override_redirect" to True for any window you've specified (using window name). Window Managers should ignore such windows; it's useful, for example, if you're using wmx Window Manager, and want to have a clock on every virtual screen and without any borders. From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
Diffstat (limited to 'x11/xnodecor/Makefile')
-rw-r--r--x11/xnodecor/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile
new file mode 100644
index 00000000000..a7bcbc2a02d
--- /dev/null
+++ b/x11/xnodecor/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/21 21:04:43 kristerw Exp $
+# FreeBSD Id: ports/x11/xnodecor/Makefile,v 1.2 2003/09/09 09:17:20 erwin Exp
+
+DISTNAME= xnodecor-0.1
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.42.org/pub/wmx/contrib/
+DISTFILES= xnodecor.c
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= # none
+COMMENT= Borderless or undecorated window support utilty
+
+USE_BUILDLINK2= yes
+USE_X11BASE= yes
+NO_CONFIGURE= yes
+
+do-extract:
+ @${MKDIR} ${WRKSRC}
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
+ ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"