openbsd-ports/net/telepathy/telepathy-farstream/Makefile

28 lines
737 B
Makefile
Raw Normal View History

2012-08-29 13:50:55 -04:00
# $OpenBSD: Makefile,v 1.5 2012/08/29 17:50:55 jasper Exp $
COMMENT= flexible communications framework, farstream component
2012-06-15 05:48:31 -04:00
DISTNAME= telepathy-farstream-0.4.0
HOMEPAGE= http://www.freedesktop.org/wiki/Software/Farstream
SHARED_LIBS += telepathy-farstream 0.0 # 2.1
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-farstream/}
WANTLIB += dbus-1 dbus-glib-1 farstream-0.1 ffi gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gstbase-0.10 gstreamer-0.10
WANTLIB += gthread-2.0 m pcre telepathy-glib xml2 z
MODULES= devel/gettext \
lang/python
2012-04-09 04:59:08 -04:00
LIB_DEPENDS= net/farstream \
net/telepathy/telepathy-glib>=0.17.5
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--enable-python
.include <bsd.port.mk>