2004-10-10 12:44:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2004/10/10 16:46:53 sturm 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
|
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
|
|
|
|
|
|
|
|
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>
|