summaryrefslogtreecommitdiff
path: root/ftp/spegla/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-04-20 01:57:34 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-04-20 01:57:34 +0000
commitcf86e6c3cd09a9877315c71525bbb81db77b4f5a (patch)
tree4261e58700b02c2c4febb704cb25839f67021073 /ftp/spegla/Makefile
parentModified to add gif terminal, and dependency on graphics/gd. (diff)
This has been on my TODO list for awhile. Spegla is an FTP mirroring
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>
Notes
Notes: svn path=/head/; revision=10598
Diffstat (limited to 'ftp/spegla/Makefile')
-rw-r--r--ftp/spegla/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile
new file mode 100644
index 000000000000..dc46461ffc86
--- /dev/null
+++ b/ftp/spegla/Makefile
@@ -0,0 +1,22 @@
+# 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>