BBDock displays one or more PNG icons in the BlackBox/FluxBox slit Maintained by:idroxid01@yahoo.fr Port Added: 08 Nov 2006 20:05:01
BBDock displays one or more PNG icons in the BlackBox/FluxBox slit from
which you can launch the corresponding applications. It is pretty similar
in function and appearance to bbbutton wich you might want to try if you
are reading this on a display with a color-depth below 16 bits.
WWW: http://bbdock.nethence.com/download/
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above )
BBDock displays one or more PNG icons in the BlackBox/FluxBox slit from
which you can launch the corresponding applications. It is pretty similar
in function and appearance to bbbutton wich you might want to try if you
are reading this on a display with a color-depth below 16 bits.
WWW: http://http://bbdock.nethence.com/download/
PR: /ports/104708
Submitted by: idroxid<idroxid01@yahoo.fr>