mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
cf86e6c3cd
program that uses neither perl nor masses of memory when mirroring large collections (like at ftp.freebsd.org). I did the port but the author is Jens A Nilsson <jnilsson@ludd.luth.se>
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: spegla
|
|
# Version required: 0.93p2
|
|
# Date created: Sun Apr 19 16:17:25 PDT 1998
|
|
# Whom: Jordan Hubbard <jkh@FreeBSD.ORG>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= spegla-0.93p2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/
|
|
|
|
MAINTAINER= jkh@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/spegla
|
|
|
|
post-install:
|
|
@mkdir -p ${PREFIX}/share/examples/spegla
|
|
${INSTALL} -c -m 444 ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
|
|
|
|
.include <bsd.port.mk>
|