blob: 47199b3111cab6c4f19c537aa00ed2cad4d2a885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2001/07/13 14:41:20 fredb 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
DEPENDS+= python-*:../../lang/python
GNU_CONFIGURE= YES
USE_GTEXINFO= YES
.include "../../mk/bsd.pkg.mk"
|