From 6c054521600b94b86edc1cb5e26dfe78311c4b69 Mon Sep 17 00:00:00 2001 From: youri Date: Sat, 21 May 2016 19:20:33 +0000 Subject: Import eom-1.14.0 as graphics/eom. This is the Eye of MATE, an image viewer program. It is meant to be a fast and functional image viewer. Eye of MATE is a fork of Eye of GNOME. --- graphics/eom/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 graphics/eom/Makefile (limited to 'graphics/eom/Makefile') diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile new file mode 100644 index 00000000000..73ef98c1ee9 --- /dev/null +++ b/graphics/eom/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2016/05/21 19:20:33 youri Exp $ + +.include "../../meta-pkgs/mate/Makefile.common" + +DISTNAME= eom-${MATE_VERSION} +CATEGORIES= graphics + +COMMENT= Eye of MATE: an image viewing and cataloging program + +TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool +TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint + +PKGCONFIG_OVERRIDE+= data/eom.pc.in + +BUILDLINK_TRANSFORM.SunOS+= rm:-lutil + +.include "options.mk" + +.include "../../devel/glib2/schemas.mk" + +.include "../../x11/mate-desktop/buildlink3.mk" +.include "../../databases/shared-mime-info/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/gdk-pixbuf2/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11) +.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.endif +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3