2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Douglas Thrift
|
2010-08-02 21:45:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dtpstree
|
2010-08-14 14:14:06 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2010-08-02 21:45:30 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
|
|
|
|
http://code.douglasthrift.net/files/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
|
|
COMMENT= Display a tree of processes
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2010-08-02 21:45:30 +02:00
|
|
|
|
|
|
|
USE_XZ= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= GNUmakefile
|
2013-10-20 11:33:04 +02:00
|
|
|
USES= gmake
|
|
|
|
|
2010-08-02 21:45:30 +02:00
|
|
|
MAN1= dtpstree.1
|
2013-10-20 11:33:04 +02:00
|
|
|
PLIST_FILES= bin/dtpstree \
|
|
|
|
man/man1/dtpstree.1.gz
|
2010-08-02 21:45:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|