Last change
on this file was
150616,
checked in by cal@…, 21 months ago
|
htop: 2.0.2, closes #51899
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
949 bytes
|
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: Portfile 150616 2016-07-24 21:38:50Z cal@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup hishamhm htop 2.0.2 |
---|
8 | checksums rmd160 7260eba0678d3088b7a14f7c83661ac7e0c229b9 \ |
---|
9 | sha256 1f0ede15a92fee95ee01748a17b67e4d7c52cce5ccdb8633fb2d5bdda1177c5f |
---|
10 | |
---|
11 | epoch 1 |
---|
12 | name htop |
---|
13 | categories sysutils |
---|
14 | platforms darwin |
---|
15 | maintainers cal openmaintainer |
---|
16 | license GPL-2 |
---|
17 | |
---|
18 | description htop is an interactive text-mode process viewer for Unix \ |
---|
19 | systems. It aims to be a better 'top'. |
---|
20 | |
---|
21 | long_description ${description} |
---|
22 | |
---|
23 | depends_build port:autoconf \ |
---|
24 | port:automake \ |
---|
25 | port:libtool |
---|
26 | |
---|
27 | depends_lib port:ncurses |
---|
28 | |
---|
29 | pre-configure { |
---|
30 | system -W ${worksrcpath} "sh autogen.sh" |
---|
31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.