aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dtpstree/Makefile
blob: 7d00d9533762eb7d805a9a057d13201458fcc081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    dtpstree
# Date created:             17 June 2010
# Whom:                 Douglas Thrift
#
# $FreeBSD$
#

PORTNAME=   dtpstree
PORTVERSION=    1.0.2
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>