blob: 979585224d2df2189bc02909f8f5a437c78786de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
# $FreeBSD$
PORTNAME= htop
PORTVERSION= 2.0.0
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= gaod@hychen.org
COMMENT= Better top(1) - interactive process viewer
LICENSE= GPLv2
NOT_FOR_ARCHS= ia64 powerpc sparc64
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lexecinfo
CONFIGURE_ARGS= --enable-unicode
USES= autoreconf execinfo libtool ncurses python:2,build shebangfix
SHEBANG_LANG= python2
SHEBANG_FILES= scripts/MakeHeader.py
USE_GITHUB= yes
GH_ACCOUNT= hishamhm
.include <bsd.port.mk>
|