Ticket #42565: Portfile

File Portfile, 1.4 KB (added by pdm@…, 10 years ago)
Line 
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
4PortSystem              1.0
5
6name                    dvtm
7version                 0.10
8categories              sysutils
9platforms               darwin
10maintainers             leboulanger.org:harold
11
12description             Dynamic Virtual Terminal Manager
13
14long_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
20homepage                http://brain-dump.org/projects/dvtm/
21master_sites            ${homepage}
22
23checksums               md5     0c7167dc898df1693c20e2a34ba3e947 \
24                        sha1    00e3d6cb746f8eace07e6784452d53781e76db13 \
25                        rmd160  36f14f5e7da72aeee7ca412d905d7d50047208d4
26
27depends_lib             port:ncurses
28
29patchfiles              patch-src-config.mk.diff
30
31platform darwin {
32    patchfiles-append   patch-src-Makefile.diff
33}
34
35use_configure           no
36
37build.args              PREFIX=${prefix} \
38                        CC=${configure.cc}
39
40destroot.args           PREFIX=${prefix}