2010-08-30 21:26:30 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2010/08/30 21:26:30 sthen Exp $
|
2007-10-27 16:18:53 +00:00
|
|
|
|
|
|
|
COMMENT= flexible communications framework, xmpp component
|
|
|
|
|
2010-04-23 12:41:16 +00:00
|
|
|
DISTNAME= telepathy-gabble-0.9.10
|
2010-08-30 21:26:30 +00:00
|
|
|
REVISION= 1
|
2007-10-27 16:18:53 +00:00
|
|
|
|
2007-12-30 22:49:28 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-gabble/}
|
2007-10-27 16:18:53 +00:00
|
|
|
|
2010-04-23 12:41:16 +00:00
|
|
|
WANTLIB += c dbus-1 dbus-glib-1 gcrypt gio-2.0 glib-2.0 gmodule-2.0
|
|
|
|
WANTLIB += gnutls gobject-2.0 gthread-2.0 m pcre pthread tasn1
|
|
|
|
WANTLIB += xml2 z
|
2007-10-27 16:18:53 +00:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python
|
|
|
|
|
2008-10-27 00:05:59 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
|
|
::devel/py-twisted/words \
|
|
|
|
::net/py-xmpp
|
2009-01-03 21:27:25 +00:00
|
|
|
RUN_DEPENDS= ::textproc/libxslt
|
2010-04-23 12:41:16 +00:00
|
|
|
LIB_DEPENDS= soup-2.4::devel/libsoup \
|
|
|
|
telepathy-glib.>=5::net/telepathy/telepathy-glib \
|
|
|
|
gpg-error::security/libgpg-error
|
2007-10-27 16:18:53 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2008-10-27 00:05:59 +00:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/configure
|
2007-10-27 16:18:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|