ff700cf229
PR: 54813 Submitted by: M.Indlekofer@gmx.de <M.Indlekofer@fz-juelich.de>
18 lines
475 B
Makefile
18 lines
475 B
Makefile
# 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>
|