33 lines
797 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/08/30 21:26:30 sthen Exp $
COMMENT= flexible communications framework, xmpp component
2010-04-23 12:41:16 +00:00
DISTNAME= telepathy-gabble-0.9.10
REVISION= 1
2007-12-30 22:49:28 +00:00
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-gabble/}
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
MODULES= devel/gettext \
lang/python
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/py-twisted/words \
::net/py-xmpp
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
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure
.include <bsd.port.mk>