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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name dvtm |
---|
7 | version 0.10 |
---|
8 | categories sysutils |
---|
9 | platforms darwin |
---|
10 | maintainers leboulanger.org:harold |
---|
11 | |
---|
12 | description Dynamic Virtual Terminal Manager |
---|
13 | |
---|
14 | long_description dvtm brings the concept of tiling window management, \ |
---|
15 | popularized by X11-window managers like dwm to the \ |
---|
16 | console. As a console window manager it tries to make \ |
---|
17 | it easy to work with multiple console based programs \ |
---|
18 | like vim, mutt, cmus or irssi. |
---|
19 | |
---|
20 | homepage http://brain-dump.org/projects/dvtm/ |
---|
21 | master_sites ${homepage} |
---|
22 | |
---|
23 | checksums md5 0c7167dc898df1693c20e2a34ba3e947 \ |
---|
24 | sha1 00e3d6cb746f8eace07e6784452d53781e76db13 \ |
---|
25 | rmd160 36f14f5e7da72aeee7ca412d905d7d50047208d4 |
---|
26 | |
---|
27 | depends_lib port:ncurses |
---|
28 | |
---|
29 | patchfiles patch-src-config.mk.diff |
---|
30 | |
---|
31 | platform darwin { |
---|
32 | patchfiles-append patch-src-Makefile.diff |
---|
33 | } |
---|
34 | |
---|
35 | use_configure no |
---|
36 | |
---|
37 | build.args PREFIX=${prefix} \ |
---|
38 | CC=${configure.cc} |
---|
39 | |
---|
40 | destroot.args PREFIX=${prefix} |
---|