4af658b506
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, part of the KDE project, but is now being developed independently. Submitted by maintainer Marc Matteo <marcm@lectroid.net>, with some fixes from me.
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/30 20:23:13 nino Exp $
|
|
|
|
COMMENT= "lightweight HTML rendering/printing/editing engine"
|
|
|
|
DISTNAME= gtkhtml-1.0.2
|
|
CATEGORIES= www
|
|
NEED_VERSION= 1.530
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@lectroid.net>
|
|
|
|
# GPL/LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gtkhtml/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES= gettext
|
|
|
|
LIB_DEPENDS= bonobo.2,bonobox.2::x11/gnome/bonobo \
|
|
capplet::x11/gnome/controlcenter \
|
|
gal.16::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"
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gtkhtml; \
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gtkhtml/
|
|
|
|
.include <bsd.port.mk>
|