blob: 26cccc7f1b53276c695f40fa98743cdaf91b0ae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2000/01/14 15:37:48 fredb Exp $
#
DISTNAME= fsh-1.0
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/
DEPENDS+= python-*:../../lang/python
GNU_CONFIGURE= YES
USE_GTEXINFO= YES
.include "../../mk/bsd.pkg.mk"
|