Edit

IABSD.fr/ports/sysutils/bubblemon/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2008-02-04 12:53:52
    Hash : c9e2eb43
    Message : - fix WANTLIB - tweak PLIST - devel/intltool module

  • sysutils/bubblemon/Makefile
  • # $OpenBSD: Makefile,v 1.27 2008/02/04 12:53:52 ajacoutot Exp $
    
    COMMENT=		GNOME panel applet that displays the CPU + memory load
    
    DISTNAME=		bubblemon-2.0.1
    PKGNAME=		${DISTNAME}p5
    CATEGORIES=		sysutils x11/gnome
    
    HOMEPAGE=		http://www.d.kth.se/~d92-jwa/code/
    
    MASTER_SITES=		http://savannah.nongnu.org/download/bubblemon/
    
    LIB_DEPENDS=		panel-applet-2::x11/gnome/panel \
    			gtop-2.0.>=3.0::devel/libgtop2
    
    # GPLv2
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    WANTLIB=	ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage \
    		Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
    		art_lgpl_2 atk-1.0 audiofile bonobo-2 \
    		bonobo-activation bonoboui-2 c cairo esd expat \
    		fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
    		gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 \
    		gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
    		gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
    		pangocairo-1.0 pangoft2-1.0 png popt pthread xml2 z
    
    MODULES=		devel/gettext \
    			textproc/intltool
    
    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>