db52bed9cb
crash calling programs (like Evolution) when rendering certain HTML pages.
40 lines
960 B
Makefile
40 lines
960 B
Makefile
# $OpenBSD: Makefile,v 1.6 2003/04/10 15:55:48 marcm Exp $
|
|
|
|
COMMENT= "lightweight HTML rendering/printing/editing engine"
|
|
|
|
DISTNAME= gtkhtml-1.1.10
|
|
CATEGORIES= www
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
# GPL/LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/1.1/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= gettext
|
|
|
|
LIB_DEPENDS= bonobo.2,bonobox.2::x11/gnome/bonobo \
|
|
capplet::x11/gnome/controlcenter \
|
|
gal.22::devel/gal \
|
|
ghttp.1::www/libghttp \
|
|
glade.5,glade-gnome.5::devel/libglade,gnome
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --with-bonobo
|
|
CONFIGURE_ARGS+= --with-gconf
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|