aboutsummaryrefslogtreecommitdiff
path: root/converters/cmios9/Makefile
blob: 3133299304bd2b7382da5c5d2bb7fe2916142b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
PLIST_FILES=	bin/cmios9
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin	

.include <bsd.port.mk>