summaryrefslogtreecommitdiff
path: root/net/spegla/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-02-26 11:27:18 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-02-26 11:27:18 +0000
commitd13368c70c790f613e506c2f37883880f516a95b (patch)
treebd398f1ad909125534edfac6216e9d43ca9d8b2d /net/spegla/Makefile
parent8d322f9c0f0820a6ab483843604f7ca2bec4d665 (diff)
downloadpkgsrc-d13368c70c790f613e506c2f37883880f516a95b.tar.gz
Initial addition of spegla-1.04, a mirror program for FTP sites (written in C).
Provided in pr 7018 by Jens A Nilsson with some modifications by myself to make it work with current (sys/errno.h vs errno.h).
Diffstat (limited to 'net/spegla/Makefile')
-rw-r--r--net/spegla/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/spegla/Makefile b/net/spegla/Makefile
new file mode 100644
index 00000000000..c5b0a3d5237
--- /dev/null
+++ b/net/spegla/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/02/26 11:27:18 frueauf Exp $
+#
+
+DISTNAME= spegla-1.04
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
+ ftp://subzero.campus.luth.se/pub/spegla/
+
+MAINTAINER= jnilsson@ludd.luth.se
+
+.include "../../mk/bsd.prefs.mk"
+
+.ifdef MANZ
+MANCOMPRESSED= yes
+.endif
+
+.include "../../mk/bsd.pkg.mk"