2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2011/09/16 11:13:41 espie Exp $
|
2007-10-27 12:18:53 -04:00
|
|
|
|
|
|
|
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
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION= 2
|
2011-04-05 15:46:27 -04:00
|
|
|
|
|
|
|
HOMEPAGE= ${HOMEPAGE_TP:=Telepathy Python}
|
|
|
|
|
2011-04-05 15:53:03 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-python/}
|
2007-10-27 12:18:53 -04:00
|
|
|
|
|
|
|
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-09-23 10:19:10 -04:00
|
|
|
|
2010-04-23 08:43:18 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2011-01-17 12:58:29 -05:00
|
|
|
CONFIGURE_ENV+= ac_cv_prog_PYTHON="${MODPY_BIN}"
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2010-09-23 10:24:22 -04:00
|
|
|
USE_LIBTOOL= No
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2009-06-02 00:45:14 -04:00
|
|
|
SUBST_VARS+= V
|
|
|
|
|
2010-04-23 08:43:18 -04:00
|
|
|
.include <bsd.port.mk>
|