openbsd-ports/sysutils/bubblemon/Makefile

32 lines
781 B
Makefile
Raw Normal View History

2004-10-10 12:44:12 -04:00
# $OpenBSD: Makefile,v 1.16 2004/10/10 16:46:53 sturm Exp $
COMMENT= "GNOME panel applet that displays the CPU + memory load"
2002-05-21 14:48:45 -04:00
DISTNAME= bubblemon-2.0.1
CATEGORIES= sysutils x11/gnome
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>
MASTER_SITES= http://savannah.nongnu.org/download/bubblemon/
2004-10-10 12:44:12 -04:00
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= panel-applet-2::x11/gnome/panel \
2004-08-10 16:00:40 -04:00
gtop-2.0.3.0::devel/libgtop2
2002-05-21 14:48:45 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>