diff options
Diffstat (limited to 'converters/cmios9/Makefile')
-rw-r--r-- | converters/cmios9/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/converters/cmios9/Makefile b/converters/cmios9/Makefile index 3133299304bd..b37e895d412e 100644 --- a/converters/cmios9/Makefile +++ b/converters/cmios9/Makefile @@ -5,15 +5,16 @@ # $FreeBSD$ # -PORTNAME= cmios9 -PORTVERSION= 1.6 -CATEGORIES= converters -MASTER_SITES= http://www.spies.com/~kmi/ +PORTNAME= cmios9 +PORTVERSION= 2.0 +CATEGORIES= converters +MASTER_SITES= http://www.spies.com/~kmi/ + +MAINTAINER= M.Indlekofer@gmx.de +COMMENT= Ftp-like access to Fairlight image files and devices + +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" -MAINTAINER= M.Indlekofer@gmx.de -COMMENT= Ftp-like access to Fairlight OS9/MDR-DOS devices and image files PLIST_FILES= bin/cmios9 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include <bsd.port.mk> |