freebsd-ports/sysutils/dtpstree/Makefile
Sunpoet Po-Chuan Hsieh df3238e851 - Fix build with clang
- Use USES=gmake
- Support STAGEDIR

PR:		ports/183116
Submitted by:	sunpoet (myself)
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2013-10-20 09:33:04 +00:00

24 lines
470 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= AL2
USE_XZ= yes
GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile
USES= gmake
MAN1= dtpstree.1
PLIST_FILES= bin/dtpstree \
man/man1/dtpstree.1.gz
.include <bsd.port.mk>