20 lines
450 B
Makefile
20 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.10 2009/10/09 17:25:25 jasper Exp $
|
|
|
|
COMMENT= flexible communications framework, MSN component
|
|
|
|
DISTNAME= telepathy-butterfly-0.3.4
|
|
|
|
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-butterfly/}
|
|
|
|
MODULES= devel/waf
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :telepathy-python->=0.15.6:net/telepathy/telepathy-python
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/butterfly/wscript
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|