2003-08-01 16:35:59 +02:00
|
|
|
# New ports collection makefile for: xfce-systemload-plugin
|
|
|
|
# Date created: 31 June 2003
|
|
|
|
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-systemload-plugin
|
2004-05-11 15:48:18 +02:00
|
|
|
PORTVERSION= 0.3.4
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 3
|
2003-08-16 23:29:37 +02:00
|
|
|
CATEGORIES= sysutils xfce
|
2004-05-14 00:20:16 +02:00
|
|
|
MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
|
|
|
|
http://matt.nerim.net/xfce-goodies/ \
|
|
|
|
http://xfce.org/~kelnos/mirrors/xfce-goodies/
|
2003-08-01 16:35:59 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= thorsten.greiner@web.de
|
|
|
|
COMMENT= System Load plugin for XFce4
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
|
|
xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
2005-01-26 17:57:40 +01:00
|
|
|
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
2003-08-18 10:07:16 +02:00
|
|
|
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
2003-08-01 16:35:59 +02:00
|
|
|
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2003-08-01 16:35:59 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|