mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
32 lines
722 B
Makefile
32 lines
722 B
Makefile
COMMENT= flexible communications framework, glib bindings
|
|
|
|
DISTNAME= telepathy-glib-0.24.2
|
|
REVISION= 2
|
|
|
|
SHARED_LIBS += telepathy-glib 80.0 # 84.1
|
|
|
|
HOMEPAGE = ${HOMEPAGE_TP:=telepathy-glib}
|
|
|
|
SITES= ${SITES_TP:=telepathy-glib/}
|
|
|
|
WANTLIB = dbus-1 dbus-glib-1 execinfo gio-2.0 glib-2.0 gobject-2.0
|
|
WANTLIB += iconv intl pthread
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_RUNDEP= No
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=76495
|
|
MODPY_ADJ_FILES= tests/all-errors-documented.py
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
BUILD_DEPENDS= devel/gobject-introspection>=1.30.0 \
|
|
lang/vala \
|
|
textproc/libxslt
|
|
LIB_DEPENDS= x11/dbus-glib
|
|
|
|
CONFIGURE_ARGS+= --enable-introspection \
|
|
--enable-vala-bindings
|
|
|
|
.include <bsd.port.mk>
|