2011-09-16 08:29:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2011/09/16 12:29:13 espie Exp $
|
2009-10-11 16:37:20 -04:00
|
|
|
|
|
|
|
COMMENT= plugins for EOG
|
|
|
|
|
|
|
|
GNOME_PROJECT= eog-plugins
|
2011-09-12 03:26:18 -04:00
|
|
|
GNOME_VERSION= 3.0.0
|
2011-09-16 08:29:12 -04:00
|
|
|
REVISION= 3
|
2010-07-25 04:15:32 -04:00
|
|
|
|
2009-10-11 16:37:20 -04:00
|
|
|
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
|
|
|
|
|
2011-09-12 08:04:16 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2011-09-12 03:26: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 += drm exif expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
|
|
|
WANTLIB += gio-2.0 girepository-1.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
|
|
WANTLIB += pcre peas-1.0 pixman-1 png pthread-stubs xcb xcb-render
|
|
|
|
WANTLIB += xcb-shm z
|
|
|
|
|
|
|
|
MODULES= devel/dconf \
|
|
|
|
devel/gettext \
|
2009-10-11 16:37:20 -04:00
|
|
|
lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
2011-09-12 03:26:18 -04:00
|
|
|
LIB_DEPENDS= devel/libpeas \
|
|
|
|
graphics/libexif
|
2009-10-11 16:37:20 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2011-09-12 03:26:18 -04:00
|
|
|
# Depends on the same X.Y version of eog.
|
|
|
|
RUN_DEPENDS= x11/gnome/eog>=3.0
|
|
|
|
|
|
|
|
# XXX: All plugins minus 'map' which requires libchamplain -> clutter
|
|
|
|
PLUGINS= fit-to-width,exif-display,send-by-mail,postasa
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-python \
|
|
|
|
--with-plugins=${PLUGINS}
|
2009-10-11 16:37:20 -04:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-10-01 04:09:33 -04:00
|
|
|
|
2009-10-11 16:37:20 -04:00
|
|
|
.include <bsd.port.mk>
|