aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/htop/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-08-08 18:50:01 +0800
committerpav <pav@FreeBSD.org>2011-08-08 18:50:01 +0800
commit6aca5989fab93a27fe664da59bc4110cf135cf64 (patch)
tree45403a11d31ea75be225d687015b79a88719dbee /sysutils/htop/Makefile
parent78b20e9f3aad1e4b35080653dbb4b39c07265590 (diff)
downloadfreebsd-ports-gnome-6aca5989fab93a27fe664da59bc4110cf135cf64.tar.gz
freebsd-ports-gnome-6aca5989fab93a27fe664da59bc4110cf135cf64.tar.zst
freebsd-ports-gnome-6aca5989fab93a27fe664da59bc4110cf135cf64.zip
- Update to 0.9
- Transfer maintainership to the submitter PR: ports/153529 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer timeout (yzlin; 7 months)
Diffstat (limited to 'sysutils/htop/Makefile')
-rw-r--r--sysutils/htop/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile
index 62a3e56559bd..ee0c909884ca 100644
--- a/sysutils/htop/Makefile
+++ b/sysutils/htop/Makefile
@@ -6,19 +6,25 @@
#
PORTNAME= htop
-PORTVERSION= 0.8.3
-PORTREVISION= 2
+PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= SF
-MAINTAINER= yzlin@FreeBSD.org
+MAINTAINER= gaod@hychen.org
COMMENT= A better top(1) - interactive process viewer
+LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
+
OPTIONS= LSOF "Enable lsof support" On
NOT_FOR_ARCHS= sparc64
GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= LIBS="-lexecinfo"
+
CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode
USE_AUTOTOOLS= autoconf aclocal automake libtool
USE_NCURSES= yes