blob: 83ae1e8329f412cf692fe86b437e3f30b7a38f25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: cmios9
# Date created: 7 June 2003
# Whom: M.Indlekofer@gmx.de
#
# $FreeBSD$
#
PORTNAME= cmios9
PORTVERSION= 2.0
CATEGORIES= converters
MASTER_SITES= http://members.tripod.com/kmi9000/files/
MAINTAINER= M.Indlekofer@gmx.de
COMMENT= Ftp-like access to Fairlight image files and devices
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
PLIST_FILES= bin/cmios9
.include <bsd.port.mk>
|