f6dd9d2f87
For the Python 3.8 default switch.
20 lines
486 B
Makefile
20 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.29 2020/12/04 20:45:39 nia Exp $
|
|
#
|
|
|
|
DISTNAME= fsh-1.2
|
|
PKGREVISION= 8
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/
|
|
MASTER_SITES+= http://www.lysator.liu.se/fsh/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.lysator.liu.se/fsh/
|
|
COMMENT= Fast remote command execution
|
|
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|