43 lines
1.5 KiB
Makefile
43 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.6 2017/03/29 13:27:12 ajacoutot Exp $
|
|
|
|
# Required at build time for a temporary program created and run by
|
|
# g-ir-scanner; programs linked against libgepub need wxneeded, too
|
|
# (see the patch for libgepub.pc.in).
|
|
USE_WXNEEDED= Yes
|
|
|
|
COMMENT= GObject based library for rendering epub docs
|
|
|
|
GNOME_PROJECT= libgepub
|
|
GNOME_VERSION= 0.4
|
|
REVISION= 2
|
|
|
|
CATEGORIES= graphics
|
|
|
|
SHARED_LIBS += gepub 0.0 # 0.0
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += EGL GL ICE SM X11 X11-xcb Xcomposite Xcursor Xdamage
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm archive
|
|
WANTLIB += atk-1.0 atk-bridge-2.0 atspi bz2 cairo cairo-gobject
|
|
WANTLIB += crypto dbus-1 drm enchant epoxy estdc++ expat ffi fontconfig
|
|
WANTLIB += freetype gbm gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glapi
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gpg-error graphite2
|
|
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
|
|
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
|
|
WANTLIB += harfbuzz harfbuzz-icu hyphen iconv icudata icui18n
|
|
WANTLIB += icuuc intl javascriptcoregtk-4.0 jpeg lz4 lzma m notify
|
|
WANTLIB += orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
|
|
WANTLIB += pixman-1 png pthread pthread-stubs secret-1 soup-2.4
|
|
WANTLIB += sqlite3 webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
|
|
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection
|
|
|
|
LIB_DEPENDS= www/webkitgtk4
|
|
|
|
.include <bsd.port.mk>
|