pkgsrc/x11/XaoS/Makefile

40 lines
1.1 KiB
Makefile
Raw Normal View History

2013-02-16 12:18:58 +01:00
# $NetBSD: Makefile,v 1.35 2013/02/16 11:24:56 wiz Exp $
#
DISTNAME= xaos-3.5
2013-02-16 12:18:58 +01:00
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xaos/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xaos.sourceforge.net/
COMMENT= Zoomable fractal rendering doodad
2011-01-29 15:17:33 +01:00
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
2006-06-08 14:24:55 +02:00
USE_TOOLS+= gmake msgfmt
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
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'
Updated XaoS to 3.2.2. Changes since 3.1: RELEASE NOTES FOR XAOS VERSION 3.2.2 ------------------------------------ This release contains a rewritten Mac OS X port by J. B. Langston III, and some small fixes for pipes by Marton Torok. For more details please read the ChangeLog file. RELEASE NOTES FOR XAOS VERSION 3.2.1 ------------------------------------ A new fractal type, the Spidron hornflake has appeared. We changed the web site to a dokuwiki database, so the help system contains now a converter for dokuwiki (not completely working yet). STICKY/DESTDIR is now supported (by Claudio Fontana). The French translation is updated (by Philippe Wautelet). Bigger fonts are available for Latin-2 based usage if the user changes the screen resolution more than 800x600 or 1000x720. Some small fixes have been done in the catalog files. RELEASE NOTES FOR XAOS VERSION 3.2 ---------------------------------- Main points are the classic Sierpinski and Koch fractals, but still other formulas are introduced. Some 'oldie but goldie' fractals are included from the Fractint formula database. The keystroke order has been changed a little bit. Now gcc-4.0.x is also supported (-mcpu is deprecated now and the source had to be modified for this). The new formulas are demonstrated with 3 new tutorial movies. These are also available in Hungarian language. Volunteers are requested to translate the new movies into other languages. RELEASE NOTES FOR XAOS VERSION 3.1.3 ------------------------------------ Using this release gcc version 4.0 should also compile the code, not only the 3.x versions. Two new fractal types were also added. In addition, the DirectX header files have been fixed. The French translations are updated. RELEASE NOTES FOR XAOS VERSION 3.1.2 ------------------------------------ This release is a fast bugfix for some gcc versions (or more precisely, there is a workaround for the B-B bug, see the ChangeLog for details). The example files were not able to load in version 3.1.1 and msgmerge was not recognized (this is fixed, however not tested yet). There are other small but irrelevant fixes (see ChangeLog), too. RELEASE NOTES FOR XAOS VERSION 3.1.1 ------------------------------------ This release is a CVS snapshot freeze for those who are using newer systems. The most important update is a fix for gcc-3.4. There are also - improvements in French and Spanish translations, - some more example files (contributed by Zsigmond Kovács), - some fixes which patch annoying problems.
2006-10-03 01:03:33 +02:00
INSTALLATION_DIRS= ${PKGINFODIR}
CHECK_PORTABILITY_SKIP+= help/applehelpconv
CHECK_PORTABILITY_SKIP+= help/.svn/text-base/applehelpconv.svn-base
2007-01-11 15:55:15 +01:00
2012-02-16 20:59:53 +01:00
LDFLAGS.SunOS+= -liconv
.include "../../math/gsl/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
2004-03-11 17:19:03 +01:00
.include "../../graphics/png/buildlink3.mk"
2012-07-30 00:13:56 +02:00
BUILDLINK_DEPMETHOD.libXt= build
2007-01-11 15:55:15 +01:00
.include "../../x11/libXt/buildlink3.mk"
2012-07-30 00:13:56 +02:00
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"