52 lines
1.8 KiB
Makefile
52 lines
1.8 KiB
Makefile
# $OpenBSD: Makefile,v 1.55 2019/01/17 18:58:03 ajacoutot Exp $
|
|
|
|
COMMENT= quick previewer for Nautilus
|
|
|
|
GNOME_PROJECT= sushi
|
|
GNOME_VERSION= 3.30.0
|
|
REVISION= 0
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} EGL GL GLESv2 ICE SM X11 X11-xcb
|
|
WANTLIB += Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
WANTLIB += Xrandr Xrender Xt Xxf86vm aspell atk-1.0 atk-bridge-2.0
|
|
WANTLIB += brotlicommon brotlidec c cairo cairo-gobject clutter-1.0
|
|
WANTLIB += clutter-gst-3.0 clutter-gtk-1.0 cogl cogl-pango cogl-path
|
|
WANTLIB += crypto drm enchant-2 epoxy evdocument3 evview3 expat
|
|
WANTLIB += ffi fontconfig freetype fribidi gbm gcrypt gdk-3 gdk_pixbuf-2.0
|
|
WANTLIB += gio-2.0 girepository-1.0 gjs glapi glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gpg-error graphite2 gstallocators-1.0 gstapp-1.0
|
|
WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstgl-1.0 gstpbutils-1.0
|
|
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
|
|
WANTLIB += gtksourceview-3.0 harfbuzz harfbuzz-icu hyphen iconv
|
|
WANTLIB += icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
|
|
WANTLIB += jpeg json-glib-1.0 lzma m mozjs-60 musicbrainz5 neon
|
|
WANTLIB += notify orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 png16 proxy psl readline secret-1 soup-2.4
|
|
WANTLIB += sqlite3 ssl tasn1 unistring webkit2gtk-4.0 webp webpdemux
|
|
WANTLIB += woff2common woff2dec xcb xcb-dri2 xcb-dri3 xcb-glx
|
|
WANTLIB += xcb-present xcb-render xcb-shm xcb-sync xcb-xfixes
|
|
WANTLIB += xml2 xshmfence xslt z gspell-1
|
|
|
|
MODULES= x11/gnome
|
|
|
|
# sync with x11/gnome/gjs
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
LIB_DEPENDS= audio/libmusicbrainz5 \
|
|
graphics/clutter/clutter-gst \
|
|
graphics/clutter/clutter-gtk \
|
|
evince-*-!light:graphics/evince \
|
|
www/webkitgtk4 \
|
|
x11/gnome/gjs \
|
|
x11/gtksourceview3
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/sushi/*.{a,la}
|
|
|
|
.include <bsd.port.mk>
|