jasper 7040fd3644 mark BROKEN; this requires an update to 3.38 to unbreak with vala. that
in turn requires a few other updates which are pending. it'll get autofixed
soon.
2020-11-02 08:20:31 +00:00

41 lines
924 B
Makefile

# $OpenBSD: Makefile,v 1.82 2020/11/02 08:20:31 jasper Exp $
BROKEN = needs update to 3.38 (vala + libhandy)
COMMENT= contacts manager for GNOME
GNOME_PROJECT= gnome-contacts
GNOME_VERSION= 3.36.2
CATEGORIES= productivity
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += atk-1.0 c cairo edataserver-1.2 edataserverui-1.2 folks
WANTLIB += folks-eds gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0
WANTLIB += gnome-desktop-3 goa-1.0 gobject-2.0 gtk-3 handy-0.0
WANTLIB += intl m pango-1.0 pangocairo-1.0
COMPILER = base-clang ports-gcc base-gcc
MODULES= devel/meson \
x11/gnome \
devel/dconf
DEBUG_PACKAGES = ${BUILD_PACKAGES}
LIB_DEPENDS= net/telepathy/folks \
x11/gnome/desktop \
x11/libhandy
MODGNOME_TOOLS= desktop-file-utils docbook \
gobject-introspection gtk-update-icon-cache vala
CONFIGURE_ARGS += -Dcheese=false \
-Dtelepathy=false
.include <bsd.port.mk>