18 lines
407 B
Makefile
18 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/02/17 17:49:45 wiz 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= fb@enteract.com
|
|
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"
|