openbsd-ports/x11/xrestop/Makefile
matthieu 903a8b9ccf Initial import of xrestop 0.3
xrestop is a top-like utility that display  statistics
of each connected X11 client's server side resource usage. It is
intended as a developer tool to aid more efficient server resource
usage and debug server side leakage.

ok alek@, sturm@
2005-04-09 14:27:56 +00:00

28 lines
613 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/04/09 14:27:56 matthieu Exp $
COMMENT= "top-like X server resources usage display tool"
DISTNAME= xrestop-0.3
CATEGORIES= x11
HOMEPAGE= http://www.freedesktop.org/wiki/Software_2fxrestop
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.freedesktop.org/software/xrestop/
WANTLIB= XRes Xext X11 ncurses c
SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
.include <bsd.port.mk>