openbsd-ports/x11/xrestop/Makefile
2013-03-11 11:35:43 +00:00

27 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/03/11 11:46:19 espie Exp $
COMMENT= top-like X server resources usage display tool
DISTNAME= xrestop-0.4
REVISION= 1
CATEGORIES= x11
HOMEPAGE= http://www.freedesktop.org/wiki/Software/xrestop
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://projects.o-hand.com/sources/xrestop/
WANTLIB= XRes Xext X11 Xau Xdmcp ncurses c pthread-stubs xcb
SEPARATE_BUILD= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
.include <bsd.port.mk>