pkgsrc/www/amaya/Makefile
xtraeme 526e836b48 Update www/amaya to 8.5
User Interface/Editing

Bug fixes

    * Windows platforms only: several transformations crashed.
    * Fix crashes in the spell checker.
    * GTK version: Amaya is now able to copy and paste utf-8 characters.
    * A significant space were sometimes removed after a copy + paste
	command.

CSS
Bug fixes

    * Local CSS files were not reparsed when they are saved.
    * Fix a confusion with classes, pseudo-classes, ids, and attributes.
    * Amaya now generates an empty User style sheet ($AmayaHome/amaya.css)
	if this file doesn't exist.
    * Amaya didn't parse correctly non-quoted font family names containing
	whitespace.

(X)HTML
Bug fixes

    * Amaya generated a new line character after an <img> element within
	headlines (<h1>, <h2>, etc.).

And more... please review http://www.w3.org/Amaya/User/New.html
2004-05-13 03:47:28 +00:00

48 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.34 2004/05/13 03:47:28 xtraeme Exp $
#
DISTNAME= amaya-src-8.5
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= www
MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \
ftp://ftp.w3.org/pub/amaya/ \
ftp://mirror.aarnet.edu.au/pub/amaya/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.w3.org/Amaya/
COMMENT= Web browser/editor from the World Wide Web Consortium (W3C)
EXTRACT_ELEMENTS= Amaya libwww
WRKSRC= ${WRKDIR}/Amaya/work
USE_BUILDLINK3= YES
USE_X11= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_SCRIPT= ../configure
CONFIGURE_ARGS+= --without-graphic-libs # Use pkgsrc libraries
CFLAGS+= -Dunix
post-extract:
${MKDIR} ${WRKSRC}
# Install into ${PREFIX}/lib/Amaya instead of ${PREFIX}/Amaya.
post-patch:
cd ${WRKSRC}/..; \
files="amaya/Makefile.in"; \
for file in $${files}; do \
${MV} $${file} $${file}.fixme; \
${SED} -e "s|\$$(prefix)/Amaya|\$$(prefix)/lib/Amaya|g" \
$${file}.fixme > $${file}; \
done
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/Amaya
.include "../../graphics/imlib/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"