22 lines
480 B
Makefile
22 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.21 2011/04/05 19:53:03 jasper Exp $
|
|
|
|
COMMENT= flexible communications framework, MSN component
|
|
|
|
DISTNAME= telepathy-butterfly-0.5.15
|
|
|
|
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-butterfly/}
|
|
|
|
MODULES= lang/python
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= ac_cv_prog_PYTHON="${MODPY_BIN}"
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= net/papyon>=0.5.1 \
|
|
net/telepathy/telepathy-python>=0.15.17
|
|
|
|
USE_LIBTOOL= No
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|