mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
27 lines
695 B
Makefile
27 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/01/23 18:30:20 wiz Exp $
|
|
|
|
DISTNAME= polysh-0.4
|
|
PKGREVISION= 1
|
|
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_INCOMPATIBLE= 33 # not yet ported as of 0.4
|
|
REPLACE_PYTHON= polysh/rb_tree.py
|
|
|
|
SUBST_CLASSES+= setup
|
|
SUBST_STAGE.setup= post-patch
|
|
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"
|