summaryrefslogtreecommitdiff
path: root/graphics/eom/Makefile
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2016-05-21 19:20:33 +0000
committeryouri <youri@pkgsrc.org>2016-05-21 19:20:33 +0000
commit6c054521600b94b86edc1cb5e26dfe78311c4b69 (patch)
tree45260604edba491e6206abaa757f734c68924cb9 /graphics/eom/Makefile
parent1e9a1726efb1bbb4ed07f930b75d6f14ae5cf66a (diff)
downloadpkgsrc-6c054521600b94b86edc1cb5e26dfe78311c4b69.tar.gz
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.
Diffstat (limited to 'graphics/eom/Makefile')
-rw-r--r--graphics/eom/Makefile33
1 files changed, 33 insertions, 0 deletions
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"