opnsense-ports/sysutils/dtpstree/Makefile
Franco Fichtner 97c305cde1 */*: sync with upstream
Taken from: FreeBSD
2017-01-24 15:33:20 +01:00

23 lines
478 B
Makefile

# Created by: Douglas Thrift
# $FreeBSD$
PORTNAME= dtpstree
PORTVERSION= 1.0.3
CATEGORIES= sysutils
MASTER_SITES= http://dl1.douglasthrift.net/${PORTNAME}/ \
http://dl2.douglasthrift.net/${PORTNAME}/
MAINTAINER= douglas@douglasthrift.net
COMMENT= Display a tree of processes
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
USES= gmake ncurses tar:xz
PLIST_FILES= bin/dtpstree \
man/man1/dtpstree.1.gz
.include <bsd.port.mk>