2010-08-02 21:45:30 +02:00
|
|
|
# New ports collection makefile for: dtpstree
|
|
|
|
# Date created: 17 June 2010
|
|
|
|
# Whom: Douglas Thrift
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
|
2012-01-09 16:41:08 +01:00
|
|
|
LICENSE= AL2
|
2010-08-02 21:45:30 +02:00
|
|
|
|
|
|
|
USE_XZ= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
MAN1= dtpstree.1
|
|
|
|
PLIST_FILES= bin/dtpstree
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|