blob: e5000a726911f76dcb2071c5f642275053c817e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:39 seb Exp $
#
DISTNAME= fsh-1.1
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.buildlink.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|