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