openbsd-ports/sysutils/dtpstree/Makefile

35 lines
737 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/10/11 23:50:56 naddy Exp $
COMMENT = display a tree of processes
DISTNAME = dtpstree-1.0.3
REVISION = 0
CATEGORIES = sysutils
HOMEPAGE = http://code.douglasthrift.net/trac/dtpstree
MAINTAINER = Douglas William Thrift <douglas@douglasthrift.net>
# Apache 2.0
PERMIT_PACKAGE_CDROM = 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 = Yes
MAKE_FILE = GNUmakefile
USE_GMAKE = Yes
CONFIGURE_STYLE = autoconf no-autoheader
AUTOCONF_VERSION = 2.65
NO_TEST = Yes
post-patch:
@cd ${WRKDIST}; cat check_gnu_make.m4 >> aclocal.m4
.include <bsd.port.mk>