diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 15:28:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 15:28:00 +0800 |
commit | fe0114bd540a4e9e846d7d6250d91cd83b1c8def (patch) | |
tree | 3107b708b6c7eb14844e1d84620e770a0e4c0126 /sysutils | |
parent | 62aab3c03d17d83bbda830954757f4f213d3772e (diff) | |
download | freebsd-ports-gnome-fe0114bd540a4e9e846d7d6250d91cd83b1c8def.tar.gz freebsd-ports-gnome-fe0114bd540a4e9e846d7d6250d91cd83b1c8def.tar.zst freebsd-ports-gnome-fe0114bd540a4e9e846d7d6250d91cd83b1c8def.zip |
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Fix USE_PYTHON_BUILD
- Support STAGEDIR
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 17 | ||||
-rw-r--r-- | sysutils/htop/pkg-plist | 1 |
2 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index d832860dfb02..23c8f83eaa58 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -7,12 +7,12 @@ CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= gaod@hychen.org -COMMENT= A better top(1) - interactive process viewer +COMMENT= Better top(1) - interactive process viewer -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo OPTIONS_DEFINE= LSOF -OPTIONS_DEFAULT= LSOF +OPTIONS_DEFAULT=LSOF NOT_FOR_ARCHS= ia64 powerpc sparc64 @@ -27,16 +27,9 @@ USES= ncurses USE_AUTOTOOLS= autoconf aclocal automake libtool ACLOCAL_ARGS= -I ${ACLOCAL_DIR} -USE_PYTHON_BUILD= 2 +USE_PYTHON_BUILD= yes -MAN1= htop.1 - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLSOF} -RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof -.endif +LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof post-patch: @${REINPLACE_CMD} -e 's:/usr/bin/python:${PYTHON_CMD}:' ${WRKSRC}/scripts/MakeHeader.py diff --git a/sysutils/htop/pkg-plist b/sysutils/htop/pkg-plist index 41c595b0a3ad..d925ab99a3b6 100644 --- a/sysutils/htop/pkg-plist +++ b/sysutils/htop/pkg-plist @@ -1,3 +1,4 @@ bin/htop +man/man1/htop.1.gz share/applications/htop.desktop share/pixmaps/htop.png |