50 lines
1.3 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.73 2011/10/13 13:47:23 ajacoutot Exp $
# Don't forget to check eog-plugins when updating this port!
COMMENT= Eye of GNOME, image viewing and cataloging program
GNOME_PROJECT= eog
2011-09-27 07:37:12 +00:00
GNOME_VERSION= 3.2.0
REVISION= 0
CATEGORIES= graphics
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp
2011-09-27 07:37:12 +00: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
WANTLIB += gtk-3 jpeg kvm m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre peas-1.0 peas-gtk-1.0 pixman-1 png pthread pthread-stubs
WANTLIB += rsvg-2 xcb xcb-render xcb-shm xml2 z
WANTLIB += gnome-desktop-3
MODULES= devel/dconf \
2009-10-11 18:50:53 +00:00
devel/gettext \
lang/python \
2009-10-11 18:50:53 +00:00
x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= devel/libpeas \
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
2011-09-20 20:52:45 +00:00
MODGNOME_TOOLS= goi yelp
2011-09-27 07:37:12 +00:00
MODGNOME_DESKTOP_FILE= Yes
CONFIGURE_ARGS+= --with-xmp \
2011-09-20 20:52:45 +00:00
--with-libexif
.include <bsd.port.mk>