blob: 229f8cf73aceb17f78b2680f19d48415f627b672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.11 2003/07/21 17:20:09 martti Exp $
#
DISTNAME= fsh-1.2
CATEGORIES= security net
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \
http://www.lysator.liu.se/fsh/
MAINTAINER= fredb@NetBSD.org
HOMEPAGE= http://www.lysator.liu.se/fsh/
COMMENT= Fast remote command execution
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
.include "../../lang/python/application.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|