summaryrefslogtreecommitdiff
path: root/wm/vtwm/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-06 00:43:11 +0000
committerminskim <minskim>2005-11-06 00:43:11 +0000
commitc36fc9c1ed6650c3bdb562b27b171002cfc1a06f (patch)
tree4c97ef154cc017544bc16d958e9e3ef160f04930 /wm/vtwm/Makefile
parentf7774ed250b7fb44b7d41ed4869f8a4ec5255562 (diff)
downloadpkgsrc-c36fc9c1ed6650c3bdb562b27b171002cfc1a06f.tar.gz
Import vtwm from pkgsrc-wip. Packaged by Mehul Sanghvi.
VTWM is a X11 window manager based on TWM. It adds support for a virtual desktop, processing configuration files using m4, support for sound effects using rplay, and 3D buttons, frames, titlebars, etc. VTWM also has support for regular expressions in the configuration files.
Diffstat (limited to 'wm/vtwm/Makefile')
-rw-r--r--wm/vtwm/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/wm/vtwm/Makefile b/wm/vtwm/Makefile
new file mode 100644
index 00000000000..2c9340de6f6
--- /dev/null
+++ b/wm/vtwm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 00:43:11 minskim Exp $
+#
+
+DISTNAME= vtwm-5.4.7
+CATEGORIES= x11 wm
+MASTER_SITES= http://www.vtwm.org/downloads/
+
+MAINTAINER= mehul.sanghvi@gmail.com
+HOMEPAGE= http://www.vtwm.org/downloads/
+COMMENT= TWM with virtual desktop, m4, sound and 3-D buttons
+
+USE_IMAKE= YES
+
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../audio/rplay/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"