opnsense-ports/sysutils/htop/Makefile
Franco Fichtner edf6c42674 */*: sync with upstream
Taken from: HardenedBSD
2017-09-23 17:04:06 +02:00

29 lines
558 B
Makefile

# Created by: Tony Shadwick <tshadwick@oss-solutions.com>
# $FreeBSD$
PORTNAME= htop
PORTVERSION= 2.0.2
CATEGORIES= sysutils
MAINTAINER= gaod@hychen.org
COMMENT= Better top(1) - interactive process viewer
LICENSE= GPLv2
RUN_DEPENDS= lsof:sysutils/lsof
USE_HARDENING= safestack
GNU_CONFIGURE= yes
LIBS+= -lexecinfo
CONFIGURE_ARGS= --enable-unicode
USES= autoreconf libtool ncurses
USE_GITHUB= yes
GH_ACCOUNT= hishamhm
PLIST_FILES= bin/htop \
man/man1/htop.1.gz \
share/applications/htop.desktop \
share/pixmaps/htop.png
.include <bsd.port.mk>