freebsd-ports/sysutils/dtpstree/Makefile

24 lines
458 B
Makefile
Raw Normal View History

# 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= AL2
USE_XZ= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
MAN1= dtpstree.1
PLIST_FILES= bin/dtpstree
NO_STAGE= yes
.include <bsd.port.mk>