pkgsrc/editors/retext/Makefile
2022-12-02 23:13:20 +00:00

27 lines
843 B
Makefile

# $NetBSD: Makefile,v 1.14 2022/12/02 23:13:20 wiz Exp $
DISTNAME= ReText-7.2.3
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/}
MAINTAINER= gutteridge@NetBSD.org
HOMEPAGE= https://github.com/retext-project/retext
COMMENT= Simple but powerful editor for Markdown and reStructuredText
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
DEPENDS+= ${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups
DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-markups
USE_PKG_RESOURCES= yes
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"