24 lines
591 B
Makefile
24 lines
591 B
Makefile
# $OpenBSD: Makefile,v 1.35 2012/08/29 18:27:53 jasper Exp $
|
|
|
|
COMMENT= flexible communications framework, IRC component
|
|
|
|
DISTNAME= telepathy-idle-0.1.11
|
|
REVISION= 0
|
|
|
|
MASTER_SITES= ${MASTER_SITES_TP:=telepathy-idle/}
|
|
|
|
WANTLIB += c crypto dbus-1 dbus-glib-1 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 pcre pthread ssl telepathy-glib
|
|
WANTLIB += z ffi
|
|
|
|
MODULES= devel/gettext \
|
|
lang/python
|
|
MODPY_RUNDEP= No
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
devel/py-twisted/words
|
|
RUN_DEPENDS= textproc/libxslt
|
|
LIB_DEPENDS= net/telepathy/telepathy-glib
|
|
|
|
.include <bsd.port.mk>
|