Makefile 548 B

1234567891011121314151617181920212223
  1. # Created by: Douglas Thrift
  2. # $FreeBSD: head/sysutils/dtpstree/Makefile 432284 2017-01-23 18:52:15Z sunpoet $
  3. PORTNAME= dtpstree
  4. PORTVERSION= 1.0.3
  5. CATEGORIES= sysutils
  6. MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
  7. http://dl2.douglasthrift.net/${PORTNAME}/
  8. MAINTAINER= douglas@douglasthrift.net
  9. COMMENT= Display a tree of processes
  10. LICENSE= APACHE20
  11. LICENSE_FILE= ${WRKSRC}/LICENSE
  12. GNU_CONFIGURE= yes
  13. MAKEFILE= GNUmakefile
  14. USES= gmake ncurses tar:xz
  15. PLIST_FILES= bin/dtpstree \
  16. man/man1/dtpstree.1.gz
  17. .include <bsd.port.mk>