freebsd-ports/emulators/cpmtools/Makefile
Joerg Wunsch 1bc1523a3a emulators/cpmtools: stdify the old source code
This source code used to compile for about 40 years now since its
original creation.

Now, C compilers no longer compile traditional (= pre-C89) source
code, so a large patch was needed to add function prototypes.
2023-03-13 23:05:05 +01:00

17 lines
325 B
Makefile

PORTNAME= cpmtools
PORTVERSION= 1.1
PORTREVISION= 2
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>