1551c4e52e
Snarf is a command line resource grabber. It can transfer files through the http, gopher, finger, and ftp protocols without user interaction. It is small and fast.
14 lines
343 B
Makefile
14 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/08/29 20:09:38 nra Exp $
|
|
#
|
|
|
|
DISTNAME= snarf-7.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.xach.com/snarf/download/source/
|
|
|
|
MAINTAINER= packages@NetBSD.org
|
|
HOMEPAGE= http://www.xach.com/snarf/
|
|
COMMENT= simple command-line tool to retrieve an HTTP URL
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|