openbsd-ports/sysutils/dtpstree/Makefile
jasper ac313a1df7 import dtpstree 1.0.3
another tree of processes with some nice features

from douglas thrift (MAINTAINER)
2010-08-19 20:56:42 +00:00

33 lines
709 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/08/19 20:56:42 jasper Exp $
COMMENT = display a tree of processes
DISTNAME = dtpstree-1.0.3
CATEGORIES = sysutils
HOMEPAGE = http://code.douglasthrift.net/trac/dtpstree
MAINTAINER = Douglas William Thrift <douglas@douglasthrift.net>
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c kvm m ncurses stdc++
MASTER_SITES = http://code.douglasthrift.net/files/dtpstree/ \
http://apt.douglasthrift.net/files/dtpstree/
EXTRACT_SUFX = .tar.bz2
SEPARATE_BUILD = concurrent
MAKE_FILE = GNUmakefile
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
.include <bsd.port.mk>