opnsense-ports/emulators/cpmtools/Makefile
Franco Fichtner 73ff9dc059 */*: sync with upstream
Taken from: FreeBSD
2015-10-02 07:30:26 +02:00

18 lines
330 B
Makefile

# Created by: joerg
# $FreeBSD$
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
.include <bsd.port.mk>