Makefile 733 B

1234567891011121314151617181920212223242526272829303132
  1. # $OpenBSD: Makefile,v 1.14 2017/05/31 08:08:17 espie Exp $
  2. COMMENT = CPU, RAM memory, and load monitor for use with tmux(1)
  3. GH_ACCOUNT = thewtex
  4. GH_PROJECT = tmux-mem-cpu-load
  5. GH_TAGNAME = v3.4.0
  6. CATEGORIES = sysutils
  7. MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
  8. HOMEPAGE = https://github.com/thewtex/tmux-mem-cpu-load
  9. # Apachev2
  10. PERMIT_PACKAGE_CDROM = Yes
  11. MODULES = devel/cmake
  12. COMPILER = gcc clang
  13. MODGCC4_ARCHS = alpha arm hppa mips64 mips64el powerpc sparc64
  14. MODCLANG_ARCHS = amd64 i386
  15. WANTLIB += c m ${LIBECXX}
  16. post-install:
  17. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tmux-mem-cpu-load/
  18. ${INSTALL_DATA} ${WRKSRC}/README.rst \
  19. ${PREFIX}/share/doc/tmux-mem-cpu-load/
  20. .include <bsd.port.mk>