freebsd-ports/sysutils/dtpstree/Makefile
Adam Weinberger fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00

23 lines
469 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 tar:xz
MAN1= dtpstree.1
PLIST_FILES= bin/dtpstree \
man/man1/dtpstree.1.gz
.include <bsd.port.mk>