2014-04-01 18:06:28 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.35 2014/04/01 18:06:29 jasper 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
|
2014-03-24 10:13:29 +00:00
|
|
|
GNOME_VERSION= 3.12.0
|
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
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-03-08 07:01:51 +00:00
|
|
|
WANTLIB += atk-1.0 c cairo cairo-gobject colord colordprivate
|
2013-09-24 09:19:36 +00:00
|
|
|
WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
2013-09-26 08:50:48 +00:00
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-3 m pango-1.0
|
2014-03-24 10:13:29 +00:00
|
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread sane z
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
MASTER_SITES= https://launchpad.net/simple-scan/${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${GNOME_VERSION}/+download/
|
2012-05-28 08:51:45 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome \
|
|
|
|
devel/dconf
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
LIB_DEPENDS= graphics/sane-backends \
|
|
|
|
x11/gtk+3 \
|
|
|
|
graphics/colord
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2014-04-01 18:06:28 +00:00
|
|
|
MODGNOME_TOOLS += desktop-file-utils yelp
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
USE_GMAKE= Yes
|
2010-03-22 22:33:15 +00:00
|
|
|
|
2013-09-27 08:40:57 +00:00
|
|
|
AUTOCONF_VERSION= 2.69
|
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
|
|
|
|
|
|
# patch-src_simple-scan_vala
|
|
|
|
BUILD_DEPENDS += lang/vala
|
2010-03-22 22:33:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|