2012-03-29 04:17:41 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2012/03/29 08:17:41 dcoppa 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 06:24:44 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= lightweight NETWM compliant desktop panel
|
|
|
|
|
2010-12-21 05:29:48 -05:00
|
|
|
DISTNAME= fbpanel-6.1
|
2012-03-29 04:17:41 -04:00
|
|
|
REVISION= 4
|
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 06:24:44 -04:00
|
|
|
CATEGORIES= x11
|
2010-04-13 12:28:44 -04: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 06:24:44 -04:00
|
|
|
HOMEPAGE= http://fbpanel.sourceforge.net/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fbpanel/}
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2010-04-13 12:28:44 -04:00
|
|
|
CONFIGURE_STYLE=simple
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
BUILD_DEPENDS= shells/bash
|
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2010-04-13 12:28:44 -04:00
|
|
|
|
2010-12-21 05:29:48 -05:00
|
|
|
WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo drm \
|
|
|
|
expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
|
|
gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
|
|
|
|
gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
|
|
pixman-1 png pthread pthread-stubs xcb xcb-render \
|
|
|
|
xcb-shm z
|
2010-04-13 12:28:44 -04:00
|
|
|
|
|
|
|
DATADIR = ${PREFIX}/share/fbpanel
|
|
|
|
EXECDIR = ${PREFIX}/libexec/fbpanel
|
|
|
|
EXAMPLEDIR = ${PREFIX}/share/examples/fbpanel
|
|
|
|
|
|
|
|
pre-configure:
|
2010-04-14 10:12:20 -04:00
|
|
|
${SUBST_CMD} ${WRKSRC}/configure ${WRKSRC}/scripts/rfs-pkg-config
|
2010-04-13 12:28:44 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/panel/fbpanel ${PREFIX}/bin/
|
|
|
|
${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 06:24:44 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|