summaryrefslogtreecommitdiff
path: root/app/xterm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-08-25 19:17:17 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-08-25 19:17:17 +0000
commite8fd0fcceedb569337fa6d0865250393b0f1e6df (patch)
tree4689738105f307f4ef53f2c57dfd7d6efc63e81a /app/xterm
parent22f880d38f6216541377416bf43500717467421c (diff)
Install new xterm icons.
Diffstat (limited to 'app/xterm')
-rw-r--r--app/xterm/Makefile4
-rw-r--r--app/xterm/icons/Makefile18
2 files changed, 20 insertions, 2 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile
index 8abf0617b..643bb0753 100644
--- a/app/xterm/Makefile
+++ b/app/xterm/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.6 2007/07/05 22:09:06 matthieu Exp $
+# $OpenBSD: Makefile,v 1.7 2007/08/25 19:17:16 matthieu Exp $
-SUBDIR= resize
+SUBDIR= icons resize
PROG= xterm
MAN= xterm.1tbl
diff --git a/app/xterm/icons/Makefile b/app/xterm/icons/Makefile
new file mode 100644
index 000000000..c9e2f4936
--- /dev/null
+++ b/app/xterm/icons/Makefile
@@ -0,0 +1,18 @@
+# $OpenBSD: Makefile,v 1.1 2007/08/25 19:17:16 matthieu Exp $
+
+.include <bsd.own.mk>
+
+NOOBJ=
+
+ICONS=\
+ xterm-color_32x32.xpm \
+ xterm-color_48x48.xpm \
+ xterm_32x32.xpm \
+ xterm_48x48.xpm
+
+depend all clean cleandir:
+
+install:
+ $(INSTALL_DATA) $(ICONS) $(DESTDIR)$(INCSDIR)/X11/pixmaps
+
+.include <bsd.xorg.mk>