openbsd-ports/x11/gnome/eog-plugins/Makefile

51 lines
1.5 KiB
Makefile
Raw Normal View History

2011-11-04 05:56:28 -04:00
# $OpenBSD: Makefile,v 1.30 2011/11/04 09:56:28 jasper Exp $
COMMENT= plugins for EOG
GNOME_PROJECT= eog-plugins
2011-10-20 07:53:54 -04:00
GNOME_VERSION= 3.2.1
2011-11-04 05:56:28 -04:00
REVISION= 0
CATEGORIES= graphics
HOMEPAGE= http://live.gnome.org/EyeOfGnome/Plugins
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/dconf \
devel/gettext \
lang/python \
x11/gnome
2011-09-27 03:56:18 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
WANTLIB += crypto dbus-1 drm exif expat ffi fontconfig freetype
WANTLIB += gcrypt gdata gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gobject-2.0 gpg-error
2011-10-17 10:28:40 -04:00
WANTLIB += gthread-2.0 gtk-3 idn m nspr4 nss3 oauth pango-1.0
2011-09-27 03:56:18 -04:00
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre peas-1.0 pixman-1
WANTLIB += plc4 plds4 png pthread-stubs smime3 softokn3 soup-2.4
WANTLIB += soup-gnome-2.4 sqlite3 ssl ssl3 xcb xcb-render xcb-shm
2011-11-04 05:56:28 -04:00
WANTLIB += xml2 z curl idn stdc++
2011-09-27 03:56:18 -04:00
LIB_DEPENDS= devel/libgdata \
devel/libpeas \
graphics/libexif
BUILD_DEPENDS= ${RUN_DEPENDS}
# Depends on the same X.Y version of eog.
2011-09-27 03:56:18 -04:00
RUN_DEPENDS= x11/gnome/eog>=3.2.0
# XXX: All plugins minus 'map' which requires libchamplain -> clutter
PLUGINS= fit-to-width,exif-display,send-by-mail,postasa
2011-09-27 03:56:18 -04:00
AUTOCONF_VERSION= 2.68
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --enable-python \
--with-plugins=${PLUGINS}
.include <bsd.port.mk>