openbsd-ports/net/papyon/Makefile
jasper 63571508cd import papyon 0.4.3
Papyon is the library behind the msn connection manager:
telepathy-butterfly.  It is a fork of the unmaintained pymsn msn
library. papyon uses the glib mainloop to process the network events in
an asynchronous manner.

it's currently unused, but will be picked up later on..
2009-10-09 17:46:47 +00:00

29 lines
621 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/10/09 17:46:47 jasper Exp $
COMMENT= fork of pymsn to support telepathy-butterfly
MODPY_EGG_VERSION= 0.4.3
DISTNAME= papyon-${MODPY_EGG_VERSION}
CATEGORIES= net
HOMEPAGE= http://telepathy.freedesktop.org/wiki/Papyon
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://telepathy.freedesktop.org/releases/papyon/
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/py-gobject \
::security/py-crypto \
::security/py-openssl
NO_REGRESS= Yes
.include <bsd.port.mk>