summaryrefslogtreecommitdiff
path: root/sysutils/dtpstree/Makefile
blob: dd1c435c532106c827cbdcb19fea8fe6558ac88a (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
# Created by: 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=	APACHE20

USE_XZ=		yes
GNU_CONFIGURE=	yes
MAKEFILE=	GNUmakefile
USES=		gmake

MAN1=		dtpstree.1
PLIST_FILES=	bin/dtpstree \
		man/man1/dtpstree.1.gz

.include <bsd.port.mk>