openbsd-ports/www/gtkhtml4/Makefile

59 lines
1.6 KiB
Makefile
Raw Normal View History

2012-04-16 09:14:20 -04:00
# $OpenBSD: Makefile,v 1.18 2012/04/16 13:14:20 jasper Exp $
SHARED_ONLY= Yes
COMMENT= lightweight HTML rendering/printing/editing engine
GNOME_PROJECT= gtkhtml
2012-04-16 09:14:20 -04:00
GNOME_VERSION= 4.4.1
2011-09-21 12:25:12 -04:00
API_VERSION= 4.0
2011-05-14 06:20:23 -04:00
SUBST_VARS= API_VERSION
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-21 09:27:11 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject drm enchant expat fontconfig freetype
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 06:18:09 -05:00
WANTLIB += stdc++ xcb xcb-render xcb-shm z ffi
MODULES= devel/gettext \
x11/gnome
2011-09-21 09:27:11 -04:00
LIB_DEPENDS= textproc/enchant \
x11/gtk+3
2011-12-08 03:35:50 -05: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 12:20:36 -05:00
BUILD_DEPENDS+= devel/libsoup
2011-09-21 12:25:12 -04:00
RUN_DEPENDS= devel/gsettings-desktop-schemas \
devel/iso-codes \
x11/gnome/icon-theme
CONFIGURE_STYLE= gnu
MODGNOME_CPPFLAGS= -I${X11BASE}/include
MODGNOME_LDFLAGS= -L${X11BASE}/lib
.include <bsd.port.mk>