9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
489 B
Makefile
20 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.28 2020/01/26 17:32:03 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= fsh-1.2
|
|
PKGREVISION= 7
|
|
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"
|