da2151a769
spotted by naddy@
34 lines
733 B
Makefile
34 lines
733 B
Makefile
# $OpenBSD: Makefile,v 1.16 2012/04/08 14:52:27 ajacoutot Exp $
|
|
|
|
COMMENT= MSN client library for python
|
|
|
|
MODPY_EGG_VERSION= 0.5.6
|
|
DISTNAME= papyon-${MODPY_EGG_VERSION}
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/papyon
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/papyon/releases/
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= devel/py-gobject \
|
|
security/py-crypto \
|
|
security/py-openssl
|
|
RUN_DEPENDS= devel/py-gobject \
|
|
multimedia/gstreamer-0.10/py-gstreamer \
|
|
net/farstream \
|
|
security/py-crypto \
|
|
security/py-openssl
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|