1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | name dvtm |
---|
5 | version 0.5.2 |
---|
6 | categories sysutils |
---|
7 | |
---|
8 | maintainers harold@leboulanger.org |
---|
9 | description Dynamic Virtual Terminal Manager |
---|
10 | long_description dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs like vim, mutt, cmus or irssi. |
---|
11 | homepage http://brain-dump.org/projects/dvtm/ |
---|
12 | |
---|
13 | platforms darwin |
---|
14 | master_sites http://brain-dump.org/projects/dvtm/ |
---|
15 | |
---|
16 | checksums md5 7872b9e61705a4e9952655b3b88e4add \ |
---|
17 | sha1 b688048fc93a28722f1ed50b64d275fbdae5cd43 \ |
---|
18 | rmd160 e23395dc96713640ede4ab4846168c3e9044dd40 |
---|
19 | |
---|
20 | depends_lib port:ncursesw |
---|
21 | patchfiles patch-src-config.mk.diff \ |
---|
22 | patch-src-Makefile.diff |
---|
23 | |
---|
24 | use_configure no |
---|