8e119d912d
o New Italian translation courtesy of Sergio Zanchetta o Updated catalog and i18n for German by Andreas Madritsch o Bug fix to prevent garbled characters when using non-English languages on modern systems using UTF-8 o Bug fix to prevent XaoS from crashing after using the Render Animation functionality o Bug fix to prevent incorrect colors on smooth coloring modes with certain video modes XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't investigate if the GTK+ frontend builds as the release notes claim it's still buggy.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2009/05/22 20:19:19 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= XaoS-3.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xaos/}
|
|
|
|
MAINTAINER= atatat@NetBSD.org
|
|
HOMEPAGE= http://xaos.sourceforge.net/
|
|
COMMENT= Zoomable fractal rendering doodad
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
USE_TOOLS+= gmake msgfmt
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-curses-driver=no
|
|
# DGA fails to link somehow, XXX should be fixed
|
|
CONFIGURE_ARGS+= --with-dga-driver=no
|
|
INFO_FILES= yes
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_MESSAGE.paths= Fixing hardcoded paths.
|
|
SUBST_STAGE.paths= post-patch
|
|
SUBST_FILES.paths= configure
|
|
SUBST_SED.paths= -e 's,/usr/share/locale,${PREFIX}/${PKGLOCALEDIR}/locale,g'
|
|
|
|
INSTALLATION_DIRS= ${PKGINFODIR}
|
|
|
|
CHECK_PORTABILITY_SKIP+= help/applehelpconv
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|