2011-10-18 04:05:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.75 2011/10/18 08:05:37 jasper Exp $
|
2011-09-12 03:26:18 -04:00
|
|
|
|
|
|
|
# Don't forget to check eog-plugins when updating this port!
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2008-06-04 09:47:38 -04:00
|
|
|
COMMENT= Eye of GNOME, image viewing and cataloging program
|
2007-05-13 16:03:24 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
GNOME_PROJECT= eog
|
2011-10-18 04:05:37 -04:00
|
|
|
GNOME_VERSION= 3.2.1
|
2010-07-25 04:15:32 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
CATEGORIES= graphics
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2008-11-21 12:25:34 -05:00
|
|
|
# GPLv2
|
2004-07-24 20:31:56 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-10 10:21:26 -05:00
|
|
|
|
2011-10-13 09:47:23 -04:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
2011-09-27 03:37:12 -04:00
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
|
|
|
|
WANTLIB += c cairo cairo-gobject croco-0.6 drm exempi exif expat
|
|
|
|
WANTLIB += ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0
|
|
|
|
WANTLIB += girepository-1.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2011-10-17 10:23:52 -04:00
|
|
|
WANTLIB += gtk-3 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2011-09-27 03:37:12 -04:00
|
|
|
WANTLIB += pcre peas-1.0 peas-gtk-1.0 pixman-1 png pthread pthread-stubs
|
2011-10-13 09:47:23 -04:00
|
|
|
WANTLIB += rsvg-2 xcb xcb-render xcb-shm xml2 z
|
2011-10-17 10:23:52 -04:00
|
|
|
WANTLIB += gnome-desktop-3 lcms2
|
2011-09-12 03:26:18 -04:00
|
|
|
|
|
|
|
MODULES= devel/dconf \
|
2009-10-11 14:50:53 -04:00
|
|
|
devel/gettext \
|
2009-10-11 15:40:07 -04:00
|
|
|
lang/python \
|
2009-10-11 14:50:53 -04:00
|
|
|
x11/gnome
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2009-04-06 06:05:20 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2011-09-12 03:26:18 -04:00
|
|
|
LIB_DEPENDS= devel/libpeas \
|
|
|
|
graphics/libexif \
|
|
|
|
textproc/exempi \
|
2011-10-17 10:23:52 -04:00
|
|
|
x11/gnome/desktop \
|
|
|
|
graphics/lcms2
|
2011-09-12 03:26:18 -04:00
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
|
|
misc/shared-mime-info>=0.21 \
|
|
|
|
x11/gnome/icon-theme>=3.0.0
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2011-09-20 16:52:45 -04:00
|
|
|
MODGNOME_TOOLS= goi yelp
|
2011-09-27 03:37:12 -04:00
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
2009-06-07 05:27:37 -04:00
|
|
|
|
2011-09-20 17:10:00 -04:00
|
|
|
CONFIGURE_ARGS+= --with-xmp \
|
2011-09-20 16:52:45 -04:00
|
|
|
--with-libexif
|
2004-07-24 20:31:56 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|