2012-11-05 02:10:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.49 2012/11/05 07:10:54 ajacoutot Exp $
|
2007-10-27 12:18:53 -04:00
|
|
|
|
|
|
|
COMMENT= flexible communications framework, glib bindings
|
|
|
|
|
2012-11-05 02:10:54 -05:00
|
|
|
DISTNAME= telepathy-glib-0.20.0
|
2010-07-13 17:08:00 -04:00
|
|
|
|
2012-11-05 02:10:54 -05:00
|
|
|
SHARED_LIBS += telepathy-glib 78.0 # 78.0
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2011-04-05 15:46:27 -04:00
|
|
|
HOMEPAGE= ${HOMEPAGE_TP:=Telepathy GLib}
|
|
|
|
|
2011-04-05 15:53:03 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-glib/}
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2011-09-21 12:27:27 -04:00
|
|
|
WANTLIB += dbus-1 ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2012-09-28 10:26:40 -04:00
|
|
|
WANTLIB += dbus-glib-1 pcre z pthread
|
2007-10-27 12:18:53 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python
|
|
|
|
|
2010-04-23 08:41:46 -04:00
|
|
|
MODPY_RUNDEP= No
|
2011-04-20 13:53:44 -04:00
|
|
|
MODPY_ADJ_FILES= tests/all-errors-documented.py
|
2010-04-23 08:41:46 -04:00
|
|
|
|
2011-09-21 12:27:27 -04:00
|
|
|
BUILD_DEPENDS= devel/gobject-introspection>=1.30.0 \
|
2010-11-19 17:31:32 -05:00
|
|
|
lang/vala \
|
|
|
|
textproc/libxslt
|
|
|
|
LIB_DEPENDS= x11/dbus-glib
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2010-09-23 16:23:13 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
2012-03-29 04:59:58 -04:00
|
|
|
--disable-gtk-doc \
|
2010-10-25 08:38:32 -04:00
|
|
|
--enable-introspection \
|
|
|
|
--enable-vala-bindings
|
2010-04-23 08:41:46 -04:00
|
|
|
#CONFIGURE_ARGS+= --enable-backtrace (add -llibexecinfo)
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2012-09-21 10:48:05 -04:00
|
|
|
# If one of these tools is found at configure stage, it might be used,
|
|
|
|
# no matter whether we use --disable-gtk-doc or not.
|
|
|
|
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
|
|
|
ac_cv_path_GTKDOC_REBASE="" \
|
|
|
|
ac_cv_path_GTKDOC_MKPDF=""
|
|
|
|
|
2007-10-27 12:18:53 -04:00
|
|
|
.include <bsd.port.mk>
|