openbsd-ports/net/py-msnp/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

33 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/07/12 22:07:41 sthen Exp $
COMMENT= implementation of the MSN messaging protocol in Python
DISTNAME= msnp.py-0.4.1
PKGNAME= py-${DISTNAME:S/.py//}
REVISION= 2
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>