2013-05-06 17:34:17 +02:00
|
|
|
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
2003-12-25 03:57:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xrestop
|
2006-03-22 07:17:48 +01:00
|
|
|
PORTVERSION= 0.4
|
2018-09-11 20:34:27 +02:00
|
|
|
PORTREVISION= 5
|
2003-12-25 03:57:27 +01:00
|
|
|
CATEGORIES= x11
|
2006-03-22 07:17:48 +01:00
|
|
|
MASTER_SITES= http://projects.o-hand.com/sources/${PORTNAME}/
|
2003-12-25 03:57:27 +01:00
|
|
|
|
|
|
|
MAINTAINER= bland@FreeBSD.org
|
|
|
|
COMMENT= X11 server side resource usage statistics monitor
|
|
|
|
|
2014-02-24 13:47:37 +01:00
|
|
|
USES= gmake pkgconfig ncurses
|
2018-07-31 20:41:30 +02:00
|
|
|
USE_XORG= x11 xext xrender xt xres xorgproto
|
2003-12-25 03:57:27 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11"
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2003-12-25 03:57:27 +01:00
|
|
|
|
2014-01-09 15:48:54 +01:00
|
|
|
PLIST_FILES= bin/xrestop man/man1/xrestop.1.gz
|
2003-12-25 03:57:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|