2003-12-26 03:07:55 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: py-msnp
|
|
|
|
# Date created: Dec 26, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= msnp
|
2005-11-01 18:06:27 +01:00
|
|
|
PORTVERSION= 0.4.1
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im python
|
2003-12-26 03:07:55 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ${PORTNAME}.py-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= MSN messaging in Python
|
|
|
|
|
|
|
|
USE_PYTHON= 2.3+
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= msnp.py
|
2003-12-26 03:07:55 +01:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tutorial.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|