openbsd-ports/net/telepathy/telepathy-python/Makefile

26 lines
506 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2011/01/17 17:58:30 jasper Exp $
COMMENT= flexible communications framework, python bindings
2011-01-16 19:16:52 -05:00
V= 0.15.19
2010-04-24 08:04:46 -04:00
DISTNAME= telepathy-python-$V
2008-01-02 12:36:59 -05:00
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-python/}
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= devel/py-gobject \
textproc/libxslt \
x11/dbus-python \
x11/py-gtk2
2010-04-23 08:43:18 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= ac_cv_prog_PYTHON="${MODPY_BIN}"
2010-09-23 10:24:22 -04:00
USE_LIBTOOL= No
SUBST_VARS+= V
2010-04-23 08:43:18 -04:00
.include <bsd.port.mk>