Ticket #21203: Portfile

File Portfile, 952 bytes (added by harold@…, 15 years ago)

Portfile for dvtm

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$
3PortSystem 1.0
4name dvtm
5version 0.5.2
6categories sysutils
7
8maintainers harold@leboulanger.org
9description Dynamic Virtual Terminal Manager
10long_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.
11homepage http://brain-dump.org/projects/dvtm/
12
13platforms darwin
14master_sites http://brain-dump.org/projects/dvtm/
15
16checksums    md5 7872b9e61705a4e9952655b3b88e4add \
17             sha1 b688048fc93a28722f1ed50b64d275fbdae5cd43 \
18             rmd160 e23395dc96713640ede4ab4846168c3e9044dd40
19
20depends_lib port:ncursesw
21patchfiles    patch-src-config.mk.diff \
22              patch-src-Makefile.diff
23
24use_configure no