openbsd-ports/x11/xrestop/Makefile

30 lines
649 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.10 2010/10/24 21:15:36 ajacoutot Exp $
COMMENT= top-like X server resources usage display tool
2007-05-08 11:48:47 -04:00
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://projects.o-hand.com/sources/xrestop/
WANTLIB= XRes Xext X11 Xau Xdmcp ncurses c pthread-stubs xcb
SEPARATE_BUILD= concurrent
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
.include <bsd.port.mk>