2020-07-10 06:15:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.64 2020/07/10 06:15:22 ajacoutot Exp $
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
COMMENT= simple scanning utility
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
GNOME_PROJECT= simple-scan
|
2020-07-10 06:15:22 +00:00
|
|
|
GNOME_VERSION= 3.36.4
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
CATEGORIES= graphics
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
HOMEPAGE= https://launchpad.net/simple-scan
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
2010-03-22 22:33:15 +00:00
|
|
|
|
|
|
|
# GPLv3
|
2019-11-23 09:52:57 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2019-09-09 08:15:59 +00:00
|
|
|
WANTLIB += c cairo colord gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
|
|
WANTLIB += gobject-2.0 gtk-3 intl m sane webp webpmux z
|
2012-05-28 08:51:45 +00:00
|
|
|
|
2017-04-13 07:31:18 +00:00
|
|
|
MODULES= devel/dconf \
|
2017-10-26 12:32:43 +00:00
|
|
|
devel/meson \
|
2017-04-13 07:31:18 +00:00
|
|
|
x11/gnome
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2017-10-26 12:32:43 +00:00
|
|
|
LIB_DEPENDS= graphics/libwebp \
|
|
|
|
graphics/sane-backends \
|
2013-09-27 08:40:57 +00:00
|
|
|
x11/gtk+3 \
|
|
|
|
graphics/colord
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2014-04-04 10:17:37 +00:00
|
|
|
# xdg-email(1)
|
|
|
|
RUN_DEPENDS += devel/xdg-utils
|
|
|
|
|
2019-05-04 12:02:39 +00:00
|
|
|
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache yelp
|
2017-04-13 07:31:18 +00:00
|
|
|
|
2017-10-26 12:32:43 +00:00
|
|
|
# patch-src_simple-scan_vala
|
2014-04-02 16:12:04 +00:00
|
|
|
MODGNOME_TOOLS += vala
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2020-05-14 14:53:35 +00:00
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
|
2010-03-22 22:33:15 +00:00
|
|
|
.include <bsd.port.mk>
|