pkgsrc-wip/lxpanel/Makefile
2013-01-31 03:35:01 +00:00

36 lines
1,005 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/01/31 03:35:02 jeremy-c-reed Exp $
DISTNAME= lxpanel-0.5.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lxde.sourceforge.net/
COMMENT= Lightweight X11 desktop panel from LXDE
DEPENDS+= lxmenu-data-[0-9]*:../../wip/lxmenu-data
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl pkg-config
CONFIGURE_ARGS+=--with-plugins=none
# plugins may be comma separated:
# possible:
#Possible plugins are:
# netstatus, netstat, volume, volumealsa,
# cpu, deskno, batt, kbled, xkb, thermal,
# cpufreq, monitors, wnckpager
# TODO: maybe I need --enable-indicator-support ??
PKGCONFIG_OVERRIDE+= lxpanel.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../sysutils/menu-cache/buildlink3.mk"
.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"