mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
17 lines
325 B
Makefile
17 lines
325 B
Makefile
PORTNAME= cpmtools
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
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>
|