/usr/local/lib.
This removes the need to add to shlib_dirs.
HOWEVER, ports that depend on these should explicitly use
-L/usr/local/lib/qt or -L/usr/local/lib/qt2 to be sure to grab the right
library, even if the other library is installed as well.
around doesn't work, as there are cross-dependencies.
- move LOCALBASE/X11BASE setting to post-patch, as this allows having
complete, independent Makefiles for examples/tutorial.
- use better filenames for patches and include patches to setup the debug
Qt config files.
examples subpackage and the html documentation (which is now being
installed) into an html subpackage
- cleanup install target a bit
- make use of a few variables to specify paths for installation, QT_INCDIR,
QT_LIBDIR, QT_MANDIR, QT_EXAMPLES, QT_TUTORIAL and QT_DOC
- man pages have moved from PREFIX/man to PREFIX/lib/qt/man to stay
consistant with the qt2 port
Add qimgio support (other graphics formats).
This adds a build time dependency, but no runtime dependency,
as users have to explicitly link against libqimgio, as of qt 1.xx