1bc1523a3a
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.
17 lines
325 B
Makefile
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>
|