Ticket #30238: Portfile

File Portfile, 1.2 KB (added by lynxman@…, 13 years ago)

byobu Portfile

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