2010-10-24 16:58:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2010/10/24 21:30:02 ajacoutot Exp $
|
2007-10-27 12:18:53 -04:00
|
|
|
|
|
|
|
COMMENT= flexible communications framework, python bindings
|
|
|
|
|
2010-09-23 09:45:42 -04:00
|
|
|
V= 0.15.18
|
2010-04-24 08:04:46 -04:00
|
|
|
DISTNAME= telepathy-python-$V
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2008-01-02 12:36:59 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-python/}
|
2007-10-27 12:18:53 -04:00
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2009-01-03 16:27:25 -05:00
|
|
|
RUN_DEPENDS= ::devel/py-gobject \
|
2007-10-27 12:18:53 -04:00
|
|
|
::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
|
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
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/configure
|
2007-10-27 12:18:53 -04:00
|
|
|
|
2010-04-23 08:43:18 -04:00
|
|
|
.include <bsd.port.mk>
|