graphics/xaralx-devel port because the icon and the executable are
installed under xaralx-devel.png and xaralx-devel respectively to
make it possible to have both xaralx and xaralx-devel installed.
* Add libtool dependency because configure.in mentions AC_PROG_LIBTOOL
which seems to be defined by libtool.m4 installed by libtool. This allows
us to drop the hack of removing it from configure.in
* Invoking "pkg-config --cflags atk fontconfig gdk-2.0 pango" is not
necessary anymore. Drop it.
* Invoke autoreconf with a hacked value of ACLOCAL environment variable
to make aclocal find gettext.m4 which is installed in /usr/local/aclocal/
but aclocal is searching /usr/local/aclocal19/. ade@ promised to fix this
soon
* Remove unnecessary changes to configure.in, they are not needed now
* Move all the hacks from the slave port (xaralx-devel) to the
master port (xaralx) because these are now common for both ports
* Switch both ports from .gz to .bz2 to save some resources
It will follow the latest/development version of XaraLX,
while graphics/xaralx will stick to the recommended/stable version.
This way happy users can choose which one to use and even install both
(no conflicting filenames introduced).