pkgsrc/sysutils/polysh/Makefile
rillig 9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00

26 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/11/04 21:28:50 rillig Exp $
DISTNAME= polysh-0.4
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://guichaz.free.fr/polysh/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= imil@NetBSD.org
HOMEPAGE= http://guichaz.free.fr/polysh/
COMMENT= Aggregate several remote shells into one
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.4
REPLACE_PYTHON= polysh/rb_tree.py
SUBST_CLASSES+= setup
SUBST_STAGE.setup= pre-configure
SUBST_FILES.setup= setup.py
SUBST_SED.setup+= -e 's,share/man,${PKGMANDIR},'
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"