1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name byobu |
---|
6 | version 4.17 |
---|
7 | categories sysutils |
---|
8 | platforms darwin |
---|
9 | maintainers lynxman.net:lynxman |
---|
10 | license GPLv2 |
---|
11 | |
---|
12 | description Byobu is an elegant enhancement of the otherwise functional, plain, practical GNU Screen. |
---|
13 | long_description Byobu includes an enhanced profile and configuration utilities for the \ |
---|
14 | GNU screen window manager, such as toggle-able system status notifications. |
---|
15 | |
---|
16 | homepage https://launchpad.net/byobu |
---|
17 | master_sites http://launchpad.net/byobu/trunk/4.17/+download/ |
---|
18 | distname byobu-${version} |
---|
19 | distfiles byobu_${version}.orig.tar.gz |
---|
20 | |
---|
21 | checksums md5 9f6921e870706df00c95df0c891925b9 \ |
---|
22 | sha1 09730bb6b9ade9a1a86aa57aeb6efa85bdfe8682 \ |
---|
23 | rmd160 f044921f6fbef46339ecead9a28db34d5e95ffcc |
---|
24 | |
---|
25 | depends_lib port:python27 \ |
---|
26 | port:gettext \ |
---|
27 | port:libnewt \ |
---|
28 | port:coreutils \ |
---|
29 | port:gsed |
---|
30 | |
---|
31 | universal_variant no |
---|
32 | |
---|
33 | livecheck.type regex |
---|
34 | livecheck.regex {byobu_(\d+(?:\.\d+)*\w).orig.tar.gz} |
---|
35 | |
---|
36 | use_configure yes |
---|
37 | configure.args --prefix=${prefix} |
---|
38 | |
---|
39 | build.cmd make |
---|