50 lines
1.3 KiB
Makefile
50 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.95 2013/04/02 17:45:46 ajacoutot Exp $
|
|
|
|
COMMENT= Eye of GNOME, image viewing and cataloging program
|
|
|
|
GNOME_PROJECT= eog
|
|
GNOME_VERSION= 3.8.0
|
|
REVISION= 0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://live.gnome.org/EyeOfGnome/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
|
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
|
WANTLIB += c cairo cairo-gobject croco-0.6 dbus-1 exempi exif
|
|
WANTLIB += 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 graphite2 gthread-2.0 gtk-3 harfbuzz icudata
|
|
WANTLIB += icule icuuc jpeg lcms2 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 xkbfile xml2 z
|
|
|
|
MODULES= devel/dconf \
|
|
devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas
|
|
|
|
LIB_DEPENDS= devel/libpeas \
|
|
graphics/libexif \
|
|
textproc/exempi \
|
|
x11/gnome/desktop \
|
|
graphics/lcms2
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
misc/shared-mime-info
|
|
|
|
MODGNOME_TOOLS= goi yelp
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/eog/plugins/*.{a,la}
|
|
|
|
.include <bsd.port.mk>
|