2005-11-15 14:31:37 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2005/11/15 19:31:37 wilfried Exp $
|
2001-09-13 16:51:03 -04:00
|
|
|
|
|
|
|
COMMENT= "GNOME panel applet that displays the CPU + memory load"
|
2002-05-21 14:48:45 -04:00
|
|
|
|
2003-09-23 17:18:30 -04:00
|
|
|
DISTNAME= bubblemon-2.0.1
|
2005-11-15 14:31:37 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2001-10-09 11:33:35 -04:00
|
|
|
CATEGORIES= sysutils x11/gnome
|
2002-12-03 14:26:34 -05:00
|
|
|
|
2001-09-13 16:51:03 -04:00
|
|
|
HOMEPAGE= http://www.d.kth.se/~d92-jwa/code/
|
2002-05-21 14:48:45 -04:00
|
|
|
|
2002-12-03 17:45:32 -05:00
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
2001-09-13 16:51:03 -04:00
|
|
|
|
2003-09-23 17:18:30 -04:00
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/bubblemon/
|
2001-09-13 16:51:03 -04:00
|
|
|
|
2004-10-10 12:44:12 -04:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
2003-09-23 17:18:30 -04:00
|
|
|
LIB_DEPENDS= panel-applet-2::x11/gnome/panel \
|
2004-08-10 16:00:40 -04:00
|
|
|
gtop-2.0.3.0::devel/libgtop2
|
2001-09-13 16:51:03 -04:00
|
|
|
|
2002-05-21 14:48:45 -04:00
|
|
|
# GPL
|
2001-09-13 16:51:03 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-11-15 14:31:37 -05:00
|
|
|
WANTLIB= ICE ORBit-2 SM X11 art_lgpl_2 atk-1.0.0.0 bonobo-2 \
|
|
|
|
bonobo-activation bonoboui-2 c cairo fontconfig \
|
|
|
|
freetype gconf-2 gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \
|
|
|
|
glib-2.0.0.0 gmodule-2.0.0.0 gnome-2 gnomecanvas-2 \
|
|
|
|
gnomeui-2 gnomevfs-2 gobject-2.0.0.0 gthread-2.0.0.0 \
|
2004-12-20 05:35:34 -05:00
|
|
|
gtk-x11-2.0.0.0 iconv intl m pango-1.0.0.0 \
|
2005-11-15 14:31:37 -05:00
|
|
|
pangoft2-1.0.0.0 pangocairo-1.0.0.0 popt pthread xml2 z
|
2001-09-13 16:51:03 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2003-09-23 17:18:30 -04:00
|
|
|
USE_GMAKE= Yes
|
2001-09-13 16:51:03 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|