1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/emulators/cpmtools/Makefile

27 lines
519 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= cpmtools
PORTVERSION= 1.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= joerg
DISTNAME= cpm-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Utility to transfer files from/to CP/M (R) diskettes
WRKSRC= ${WRKDIR}/cpm
MAN1= cpm.1
USE_GCC= any
#
# need our own build target to pass PREFIX down to the make command
#
NO_STAGE= yes
do-build:
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
.include <bsd.port.mk>