Makefile 740 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.8 2017/04/10 11:46:33 sthen Exp $
  2. COMMENT = display a tree of processes
  3. DISTNAME = dtpstree-1.0.3
  4. REVISION = 0
  5. CATEGORIES = sysutils
  6. HOMEPAGE = http://code.douglasthrift.net/trac/dtpstree
  7. MAINTAINER = Douglas William Thrift <douglas@douglasthrift.net>
  8. # Apache 2.0
  9. PERMIT_PACKAGE_CDROM = Yes
  10. WANTLIB = c kvm m ncurses ${LIBCXX}
  11. MASTER_SITES = http://code.douglasthrift.net/files/dtpstree/ \
  12. http://apt.douglasthrift.net/files/dtpstree/
  13. EXTRACT_SUFX = .tar.bz2
  14. SEPARATE_BUILD = Yes
  15. MAKE_FILE = GNUmakefile
  16. USE_GMAKE = Yes
  17. CONFIGURE_STYLE = autoconf no-autoheader
  18. AUTOCONF_VERSION = 2.65
  19. NO_TEST = Yes
  20. post-patch:
  21. @cd ${WRKDIST}; cat check_gnu_make.m4 >> aclocal.m4
  22. .include <bsd.port.mk>