summaryrefslogtreecommitdiff
path: root/emulators/cpmtools/Makefile
blob: d2c6c0970dbab1439d0c756118411327b7f8729c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

CONFLICTS_INSTALL=	yaze-ag

.include <bsd.port.mk>