1234567891011121314151617181920212223 |
- # Created by: Douglas Thrift
- # $FreeBSD$
- PORTNAME= dtpstree
- PORTVERSION= 1.0.3
- CATEGORIES= sysutils
- MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
- http://dl2.douglasthrift.net/${PORTNAME}/
- MAINTAINER= douglas@douglasthrift.net
- COMMENT= Display a tree of processes
- LICENSE= APACHE20
- LICENSE_FILE= ${WRKSRC}/LICENSE
- GNU_CONFIGURE= yes
- MAKEFILE= GNUmakefile
- USES= gmake ncurses tar:xz
- PLIST_FILES= bin/dtpstree \
- man/man1/dtpstree.1.gz
- .include <bsd.port.mk>
|