- Remove outdated MAN1 setting - Pet portlint: fix diff header of patch files - changes: PR: 216395 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
23 lines
478 B
Makefile
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>
|