016ed0665f
PR: 149639 Submitted by: maintainer
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# New ports collection makefile for: dtpstree
|
|
# Date created: 17 June 2010
|
|
# Whom: Douglas Thrift
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dtpstree
|
|
PORTVERSION= 1.0.3
|
|
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
|
|
|
|
LICENSE= ASL
|
|
|
|
USE_XZ= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKEFILE= GNUmakefile
|
|
MAN1= dtpstree.1
|
|
PLIST_FILES= bin/dtpstree
|
|
|
|
.include <bsd.port.mk>
|