32 lines
656 B
Makefile
32 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/10/08 08:22:42 steven Exp $
|
|
|
|
COMMENT= implementation of the MSN messaging protocol in Python
|
|
|
|
DISTNAME= msnp.py-0.4.1
|
|
PKGNAME= py-${DISTNAME:S/.py//}p1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://msnp.sourceforge.net/
|
|
|
|
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msnp/}
|
|
|
|
MODULES= lang/python
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/py-msnp
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/{README,tutorial.html} ${DOCDIR}
|
|
|
|
.include <bsd.port.mk>
|