2003-12-25 03:57:27 +01:00
|
|
|
# New ports collection makefile for: xrestop
|
|
|
|
# Date created: 25 Dec 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
|
- 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
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= pkgconfig
|
2011-05-19 00:19:56 +02:00
|
|
|
USE_NCURSES= yes
|
2003-12-25 03:57:27 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
- 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
|
|
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
|
|
|
LDFLAGS=-L${LOCALBASE}/lib \
|
|
|
|
XLIBS="-L${LOCALBASE}/lib -lX11"
|
2003-12-25 03:57:27 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
MAN1= xrestop.1
|
|
|
|
PLIST_FILES= bin/xrestop
|
2003-12-25 03:57:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|