480eb42493
fmirror is a program for mirroring files and directories from a remote ftp server. It allows regex-matching for files that are to be included and excluded. It uses a combination of timestamp, file size and file permissions to decide what files to transfer from the ftp server. The primary goal of fmirror is to use as little memory as possible, but still be able to do its job efficiently. The program's author is Finn Arne Gangstad <finnag@fast.no>
13 lines
348 B
Makefile
13 lines
348 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/11/17 19:39:35 he Exp $
|
|
|
|
DISTNAME= fmirror-0.8.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.guardian.no/pub/free/ftp/fmirror/
|
|
|
|
MAINTAINER= he@netbsd.org
|
|
COMMENT= Mirror program for FTP sites (written in C)
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|