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
|
2011-05-19 00:19:56 +02:00
|
|
|
PORTREVISION= 3
|
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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xext xrender xt xres xproto
|
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>
|