57 lines
1.7 KiB
Makefile
57 lines
1.7 KiB
Makefile
# $OpenBSD: Makefile,v 1.62 2015/04/15 09:40:53 ajacoutot Exp $
|
|
|
|
# XXX the "postr" plugin needs postr which hasn't been ported yet
|
|
|
|
COMMENT= plugins for EOG
|
|
|
|
GNOME_PROJECT= eog-plugins
|
|
GNOME_VERSION= 3.16.0
|
|
REVISION= 1
|
|
|
|
CATEGORIES= graphics
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= devel/dconf \
|
|
devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
|
WANTLIB += cairo cairo-gobject champlain-0.12 champlain-gtk-0.12
|
|
WANTLIB += clutter-1.0 clutter-gtk-1.0 cogl cogl-pango crypto
|
|
WANTLIB += curl dbus-1 exif expat ffi fontconfig freetype gck-1
|
|
WANTLIB += gcr-base-3 gcrypt gdata gdk-3 gdk_pixbuf-2.0 gio-2.0
|
|
WANTLIB += girepository-1.0 glib-2.0 gmodule-2.0 goa-1.0 gobject-2.0
|
|
WANTLIB += gpg-error graphite2 gthread-2.0 gtk-3 harfbuzz
|
|
WANTLIB += idn json-glib-1.0 m nspr4 nss3 cogl-path
|
|
WANTLIB += oauth p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre peas-1.0 pixman-1 plc4 plds4 png pthread pthread-stubs
|
|
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl
|
|
WANTLIB += ssl3 xcb xcb-render xcb-shm xml2 z
|
|
WANTLIB += EGL X11-xcb Xau Xdmcp drm gbm glapi xcb-dri2 xcb-shape
|
|
WANTLIB += xcb-xfixes lzma epoxy
|
|
|
|
LIB_DEPENDS= devel/libgdata \
|
|
devel/libpeas \
|
|
geo/libchamplain>=0.12.2 \
|
|
graphics/libexif \
|
|
x11/gnome/online-accounts
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/py-gobject3${MODPY_FLAVOR} \
|
|
x11/gnome/eog>=${GNOME_VERSION}
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/py-gobject3${MODPY_FLAVOR} \
|
|
x11/gnome/eog>=${GNOME_VERSION}
|
|
|
|
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/eog/plugins/*.{a,la}
|
|
|
|
.include <bsd.port.mk>
|