2009-08-11 04:38:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2009/08/11 08:42:09 ajacoutot Exp $
|
2005-04-09 10:27:56 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= top-like X server resources usage display tool
|
2007-05-08 11:48:47 -04:00
|
|
|
DISTNAME= xrestop-0.4
|
2009-08-11 04:38:41 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
|
2005-04-09 10:27:56 -04:00
|
|
|
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
|
|
|
|
|
2009-08-11 04:38:41 -04:00
|
|
|
MASTER_SITES= http://projects.o-hand.com/sources/xrestop/
|
2005-04-09 10:27:56 -04:00
|
|
|
|
2009-08-11 04:38:41 -04:00
|
|
|
WANTLIB= XRes Xext X11 Xau Xdmcp ncurses c pthread-stubs xcb
|
2005-04-09 10:27:56 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|