20 lines
472 B
Makefile
20 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/04/07 15:28:49 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= fsh-1.2
|
|
PKGREVISION= 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
|
|
INFO_FILES= # PLIST
|
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|