93617dc5e1
patches/patch-panel-plugin_devperf_c probably needs to be rewritten to gather correct informations, i'll work on it after release. 'go ahead' espie@
34 lines
951 B
Makefile
34 lines
951 B
Makefile
# $OpenBSD: Makefile,v 1.15 2008/03/03 09:18:55 landry Exp $
|
|
|
|
COMMENT= displays instant disk performance in the xfce4 panel
|
|
|
|
BROKEN= doesn't display accurate values
|
|
|
|
V= 2.1.0
|
|
DISTNAME= xfce4-diskperf-plugin-${V}
|
|
PKGNAME= xfce4-diskperf-${V}p1
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
|
|
|
|
# BSD
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-diskperf-plugin/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
USE_GMAKE= Yes
|
|
LIB_DEPENDS= xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
|
|
xfcegui4.>=4::x11/xfce4/libxfcegui4 \
|
|
|
|
WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \
|
|
Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \
|
|
atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
|
|
pangoft2-1.0 pangocairo-1.0 cairo glitz png \
|
|
xfce4util
|
|
|
|
.include <bsd.port.mk>
|