Makefile 759 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.1.1.1 2016/11/16 19:48:19 juanfra Exp $
  2. COMMENT = interactive process viewer
  3. DISTNAME = htop-2.0.2
  4. CATEGORIES = sysutils
  5. HOMEPAGE = https://hisham.hm/htop/index.php
  6. MAINTAINER = Ian Sutton <ian@ce.gl>
  7. # GPLv2+
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB = c kvm m ncursesw
  10. MODULES = lang/python
  11. MASTER_SITES = https://hisham.hm/htop/releases/2.0.2/
  12. RUN_DEPENDS = devel/desktop-file-utils
  13. NO_TEST = Yes
  14. CONFIGURE_STYLE = gnu
  15. CONFIGURE_ARGS += --disable-unicode \
  16. --disable-taskstats
  17. ALL_TARGET = debug
  18. MODPY_RUNDEP = No
  19. MODPY_ADJ_FILES = scripts/MakeHeader.py
  20. # htop has some bugs which takes hours or days to reach.
  21. # Keep the symbols to give a chance to the user to get an useful coredump.
  22. INSTALL_STRIP=
  23. .include <bsd.port.mk>