2013-05-31 15:34:39 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2013/05/31 15:34:56 ajacoutot Exp $
|
2011-05-14 10:10:20 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= lightweight HTML rendering/printing/editing engine
|
|
|
|
|
|
|
|
GNOME_PROJECT= gtkhtml
|
2013-05-12 15:02:33 +00:00
|
|
|
GNOME_VERSION= 4.6.5
|
2013-05-31 15:34:39 +00:00
|
|
|
REVISION= 0
|
2011-09-21 16:25:12 +00:00
|
|
|
|
2011-05-14 10:10:20 +00:00
|
|
|
API_VERSION= 4.0
|
2011-05-14 10:20:23 +00:00
|
|
|
SUBST_VARS= API_VERSION
|
|
|
|
|
2011-05-14 10:10:20 +00:00
|
|
|
PKGNAME= gtkhtml4-${VERSION}
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
|
|
|
SHARED_LIBS += gtkhtml-4.0 0.0 # 0.0
|
|
|
|
SHARED_LIBS += gtkhtml-editor-4.0 0.0 # 0.0
|
|
|
|
|
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2/LGPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-05-12 15:02:33 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
|
|
|
WANTLIB += cairo-gobject enchant expat fontconfig freetype
|
2011-09-21 13:27:11 +00:00
|
|
|
WANTLIB += gailutil-3 gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
|
|
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
2011-11-14 11:18:09 +00:00
|
|
|
WANTLIB += stdc++ xcb xcb-render xcb-shm z ffi
|
2013-05-31 15:34:39 +00:00
|
|
|
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz
|
|
|
|
WANTLIB += graphite2
|
2011-05-14 10:10:20 +00:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2011-09-21 13:27:11 +00:00
|
|
|
LIB_DEPENDS= textproc/enchant \
|
2011-05-14 10:10:20 +00:00
|
|
|
x11/gtk+3
|
|
|
|
|
2011-12-08 08:35:50 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# libsoup is only used by testgtkhtml, but since libsoup may be around during
|
|
|
|
# configure, and can have disappeared afterwards, the build can fail. so
|
|
|
|
# register it as a dependency instead of axing the Makefiles..
|
2011-12-08 17:20:36 +00:00
|
|
|
BUILD_DEPENDS+= devel/libsoup
|
2011-09-21 16:25:12 +00:00
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
2013-04-02 16:16:47 +00:00
|
|
|
devel/iso-codes
|
2011-05-14 10:10:20 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2011-09-28 09:47:46 +00:00
|
|
|
MODGNOME_CPPFLAGS= -I${X11BASE}/include
|
|
|
|
MODGNOME_LDFLAGS= -L${X11BASE}/lib
|
2011-05-14 10:10:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|