diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 16:17:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-29 16:17:06 +0000 |
commit | ff700cf229fba2d2eb2ffa9c19dd0f4c17ee74bc (patch) | |
tree | 8ba9320c4c6ec62985ba7dab7cc6188d9f452aab /converters/cmios9/Makefile | |
parent | 3237253344847de06137a2cc1a05d985af7b213d (diff) |
Notes
Diffstat (limited to 'converters/cmios9/Makefile')
-rw-r--r-- | converters/cmios9/Makefile | 18 |
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> |