1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/dtpstree/Makefile
John Marino e304d886ca sysutils/dtpstree: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-04 14:18:07 +00:00

24 lines
477 B
Makefile

# 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
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
USES= gmake ncurses tar:xz
MAN1= dtpstree.1
PLIST_FILES= bin/dtpstree \
man/man1/dtpstree.1.gz
.include <bsd.port.mk>