summaryrefslogtreecommitdiff
path: root/ftp/omi/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-03-08 04:46:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-03-08 04:46:20 +0000
commit0589c7e87824c4f66011b87bccec21f3e03896f0 (patch)
tree43469eb0c2ca1adca2dba6af82986eab53a47739 /ftp/omi/Makefile
parentUpdate to 3.1.1 (due to missing distfile). Though I'm the maintainer (diff)
omi - yet one FTP mirroring tool
Notes
Notes: svn path=/head/; revision=10069
Diffstat (limited to 'ftp/omi/Makefile')
-rw-r--r--ftp/omi/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile
new file mode 100644
index 000000000000..78c93495cb89
--- /dev/null
+++ b/ftp/omi/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: omi
+# http://fromme.com/omi/
+# Version required: alpha-7
+# Date created: 19 August 1995
+# Whom: ache
+#
+# $Id: Makefile,v 1.12 1998/01/21 02:39:56 peter Exp $
+#
+
+DISTNAME= omi-alpha-7
+CATEGORIES= net
+MASTER_SITES= http://dorifer.heim3.tu-clausthal.de/~olli/omi/
+
+MAINTAINER= ache@FreeBSD.org
+
+ALL_TARGET= freebsd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/omi ${PREFIX}/bin
+ ${INSTALL} -d -m 755 -o ${DOCOWN} -g ${DOCGRP} \
+ ${PREFIX}/share/doc/omi
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/omi
+ ${INSTALL_DATA} ${WRKSRC}/BSD-COPYRIGHT ${PREFIX}/share/doc/omi
+
+.include <bsd.port.mk>