7fddc80123
Changes include: General: - Fixed X selections so that we no longer try to pass UTF-8 encoded text in STRING atoms. - Improved the table layout code so that now we render tables very close to the big name browsers, one or two small issues left - Added many missing attributes to the HTML export code so that at least we pass on the attributes we understand. - Support for sub sup and strike elements. - We now parse param elements before emitting the object requested signal so that we can make an informed choice about whether or not the object is supported. Editor: - We now hook to the gnome-spell component to do spelling. - Rename the idl and oafinfo to bring us in line with the new naming conventions - The editor control now exposes an interface for issuing editor commands Ebrowser: - New component to support simple browsing tasks.
25 lines
698 B
Makefile
25 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/04/06 22:21:09 rh Exp $
|
|
#
|
|
|
|
DISTNAME= gtkhtml-0.8.3
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= lightweight HTML rendering/printing/editing engine
|
|
|
|
DEPENDS+= gal>=0.5nb1:../../devel/gal
|
|
DEPENDS+= glibwww-*:../../www/glibwww
|
|
DEPENDS+= bonobo>=0.37:../../devel/bonobo
|
|
DEPENDS+= control-center>=1.4.0:../../x11/controlcenter
|
|
DEPENDS+= gnome-print>=0.28:../../print/gnome-print
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|