# $NetBSD: Makefile,v 1.26 2023/10/23 06:37:48 wiz Exp $ DISTNAME= newspipe.1.1.9 PKGNAME= ${DISTNAME:S/./-/} PKGREVISION= 13 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=newspipe/} EXTRACT_SUFX= .zip MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://newspipe.sourceforge.net/ COMMENT= Read RSS/Atom feeds as email messages DEPENDS+= ${PYPKGPREFIX}-feedparser<6.0.0:../../textproc/py-feedparser5 DEPENDS+= ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text-2019.8.11 WRKSRC= ${WRKDIR} PYTHON_VERSIONS_ACCEPTED= 27 NO_BUILD= yes REPLACE_PYTHON= *.py SUBST_CLASSES+= bin SUBST_STAGE.bin= do-configure SUBST_FILES.bin= newspipe.py newspipe SUBST_VARS.bin= LOCALBASE SUBST_VARS.bin+= PREFIX SUBST_VARS.bin+= PYTHONBIN INSTALLATION_DIRS= bin share/newspipe share/doc/newspipe INSTALLATION_DIRS+= share/examples/newspipe do-install: cd ${WRKSRC}; \ ${INSTALL_SCRIPT} newspipe ${DESTDIR}${PREFIX}/bin; \ for f in cache.py newspipe.py opml.py; do \ ${INSTALL_SCRIPT} $${f} ${DESTDIR}${PREFIX}/share/newspipe; \ done; \ for f in manual.html README; do \ ${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/share/doc/newspipe; \ done; \ for f in newspipe.ini test.opml; do \ ${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/share/examples/newspipe; \ done .include "../../lang/python/batteries-included.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk"