summaryrefslogtreecommitdiff
path: root/ftp/mirror/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/mirror/Makefile')
-rw-r--r--ftp/mirror/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile
new file mode 100644
index 000000000000..a560f6bbe220
--- /dev/null
+++ b/ftp/mirror/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mirror
+# Version required: 2.3
+# Date created: 15 May 1995
+# Whom: torstenb
+#
+# $Id:$
+#
+
+DISTNAME= mirror-2.3
+CATEGORIES+= networking
+MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
+
+MAINTAINER= torstenb@FreeBSD.ORG
+
+NO_WRKSUBDIR= yes
+MAKEFILE= makefile
+
+pre-install:
+ mkdir -p ${PREFIX}/lib/mirror
+
+.include <bsd.port.mk>