diff options
Diffstat (limited to 'x11/xrestop/Makefile')
-rw-r--r-- | x11/xrestop/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 959667ddc75..4a2263c28ae 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2007/02/22 19:01:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/11/23 07:48:55 bjs Exp $ # -DISTNAME= xrestop-0.3 -PKGREVISION= 1 +DISTNAME= xrestop-0.4 CATEGORIES= x11 -MASTER_SITES= http://www.freedesktop.org/software/xrestop/ +MASTER_SITES= http://projects.o-hand.com/sources/xrestop/ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.freedesktop.org/wiki/Software/xrestop COMMENT= X11 clients' server-side resource usage monitor +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config .include "../../devel/ncurses/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |