freebsd-ports/emulators/cpmtools/Makefile

19 lines
330 B
Makefile
Raw Normal View History

# Created by: joerg
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-12 06:56:17 +02:00
PORTNAME= cpmtools
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= LOCAL/joerg
2000-04-12 06:56:17 +02:00
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>