openbsd-ports/www/gtkhtml/Makefile
alek 257395ffdf - This port needs now graphics/gdk-pixbuf,-gnome
- Bump PKGNAME

prodded by naddy@
2005-01-30 11:23:14 +00:00

47 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2005/01/30 11:23:14 alek Exp $
COMMENT= "lightweight HTML rendering/printing/editing engine"
DISTNAME= gtkhtml-1.1.10
PKGNAME= ${DISTNAME}p1
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
WANTLIB= ICE IIOP ORBit ORBitCosNaming ORBitutil SM X11 Xext \
Xi art_lgpl audiofile c esd freetype gconf-1 \
gconf-gtk-1 gdk gdk_imlib gdk_pixbuf glib gmodule \
gnome wrap xml z gnomeprint gnomesupport \
gnomeui gnorba gtk jpeg m oaf png popt tiff ungif
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/1.1/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/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:libglade-*-gnome:devel/libglade,gnome \
gnomecanvaspixbuf.1::graphics/gdk-pixbuf,-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>