summaryrefslogtreecommitdiff
path: root/emulators/cpmtools/Makefile
blob: a45463f0d898cc3107b82ae2bc1cb777cfd546b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: joerg

PORTNAME=	cpmtools
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	emulators
MASTER_SITES=	LOCAL/joerg
DISTNAME=	cpm-${PORTVERSION}

MAINTAINER=	joerg@FreeBSD.org
COMMENT=	Utility to transfer files from/to CP/M (R) diskettes

WRKSRC=		${WRKDIR}/cpm

CFLAGS+=	-Wno-return-type

.include <bsd.port.mk>