ports/emulators/cpmtools/Makefile
Muhammad Moinur Rahman f5534cf1fb emulators/cpmtools: Sanitize MANPREFIX
Approved by:	portmgr (blanket)
2024-01-21 18:53:29 +01:00

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>