aboutsummaryrefslogtreecommitdiffstats
path: root/converters/cmios9/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-07-30 00:17:06 +0800
committermaho <maho@FreeBSD.org>2003-07-30 00:17:06 +0800
commit7871bcb9729d5199aeb687394348f33e1d406c20 (patch)
tree72e167c607afabbd4b197bde924e2ab11a5c876d /converters/cmios9/Makefile
parent676a97ecff82bf499692997099359e9731a60043 (diff)
downloadfreebsd-ports-gnome-7871bcb9729d5199aeb687394348f33e1d406c20.tar.gz
freebsd-ports-gnome-7871bcb9729d5199aeb687394348f33e1d406c20.tar.zst
freebsd-ports-gnome-7871bcb9729d5199aeb687394348f33e1d406c20.zip
ftp-like access to Fairlight OS9/MDR-DOS devices and image files
PR: 54813 Submitted by: M.Indlekofer@gmx.de <M.Indlekofer@fz-juelich.de>
Diffstat (limited to 'converters/cmios9/Makefile')
-rw-r--r--converters/cmios9/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/cmios9/Makefile b/converters/cmios9/Makefile
new file mode 100644
index 000000000000..17a1ecbbfcd4
--- /dev/null
+++ b/converters/cmios9/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cmios9
+# Date created: 7 June 2003
+# Whom: M.Indlekofer@gmx.de
+#
+# $FreeBSD$
+#
+
+PORTNAME= cmios9
+PORTVERSION= 1.6
+CATEGORIES= converters
+MASTER_SITES= http://www.spies.com/~kmi/
+
+MAINTAINER= M.Indlekofer@gmx.de
+COMMENT= Ftp-like access to Fairlight OS9/MDR-DOS devices and image files
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>