2019-07-12 20:50:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2019/07/12 20:51:10 sthen Exp $
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
|
|
|
|
COMMENT= lightweight NETWM compliant desktop panel
|
|
|
|
|
2010-12-21 10:29:48 +00:00
|
|
|
DISTNAME= fbpanel-6.1
|
2017-11-21 00:12:59 +00:00
|
|
|
REVISION= 7
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
CATEGORIES= x11
|
2010-04-13 16:28:44 +00:00
|
|
|
EXTRACT_SUFX= .tbz2
|
|
|
|
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
HOMEPAGE= http://fbpanel.sourceforge.net/
|
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
|
|
|
|
WANTLIB += Xrender atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
|
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gtk-x11-2.0 iconv intl m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pthread z
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fbpanel/}
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
|
2010-04-13 16:28:44 +00:00
|
|
|
CONFIGURE_STYLE=simple
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
BUILD_DEPENDS= shells/bash
|
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2010-04-13 16:28:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
DATADIR = ${PREFIX}/share/fbpanel
|
|
|
|
EXECDIR = ${PREFIX}/libexec/fbpanel
|
|
|
|
EXAMPLEDIR = ${PREFIX}/share/examples/fbpanel
|
|
|
|
|
|
|
|
pre-configure:
|
2010-04-14 14:12:20 +00:00
|
|
|
${SUBST_CMD} ${WRKSRC}/configure ${WRKSRC}/scripts/rfs-pkg-config
|
2010-04-13 16:28:44 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/panel/fbpanel ${PREFIX}/bin/
|
2015-10-20 13:38:35 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/data/man/fbpanel.1 ${PREFIX}/man/man1/
|
2010-04-13 16:28:44 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/fbpanel
|
|
|
|
${INSTALL_DATA_DIR} ${DATADIR}/images
|
|
|
|
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
|
|
|
|
${INSTALL_DATA_DIR} ${EXECDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/images/*.{png,xpm} ${DATADIR}/images/
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/exec/{make_profile,xlogout} ${EXECDIR}/
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/plugins/*/*.so ${PREFIX}/lib/fbpanel/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/config/default ${EXAMPLEDIR}/
|
Import fbpanel-4.11
fbpanel is a lightweight X11 desktop panel.
It works with any ICCCM / NETWM compliant window manager (eg sawfish,
metacity, xfwm4, kwin, *box). It features several plugins such as
tasklist, pager, launchbar, clock, menu, sytray...
Based on an original submission by Landry Breuil (MAINTAINER), thanks!
2007-07-19 10:24:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|