openbsd-ports/www/gtkhtml/Makefile
marcm b479a8a1da Update to 1.1.7, a major update and API change.
This version is NOT compatable with the older 1.0 series but since the
one port that uses the 1.0 series will be updated shortly this isn't much
of an issue.

ok todd@
2003-01-03 21:44:30 +00:00

40 lines
959 B
Makefile

# $OpenBSD: Makefile,v 1.5 2003/01/03 21:44:30 marcm Exp $
COMMENT= "lightweight HTML rendering/printing/editing engine"
DISTNAME= gtkhtml-1.1.7
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>