freebsd-ports/emulators/cpmtools/Makefile
Dmitry Marakasov a8bd9382d2 - Fix installed script referencing stagedir
- Install helpfile into more suitable location
- Respect CC and PREFIX

PR:		203049
Submitted by:	amdmi3
Approved by:	maintainer timeout (joerg, 2 weeks)
2015-09-30 17:42:52 +00: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>