40 lines
802 B
Makefile
40 lines
802 B
Makefile
# $OpenBSD: Makefile,v 1.64 2020/07/10 06:15:22 ajacoutot Exp $
|
|
|
|
COMMENT= simple scanning utility
|
|
|
|
GNOME_PROJECT= simple-scan
|
|
GNOME_VERSION= 3.36.4
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://launchpad.net/simple-scan
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
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
|
|
|
|
MODULES= devel/dconf \
|
|
devel/meson \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= graphics/libwebp \
|
|
graphics/sane-backends \
|
|
x11/gtk+3 \
|
|
graphics/colord
|
|
|
|
# xdg-email(1)
|
|
RUN_DEPENDS += devel/xdg-utils
|
|
|
|
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache yelp
|
|
|
|
# patch-src_simple-scan_vala
|
|
MODGNOME_TOOLS += vala
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|