freebsd-ports/emulators/cpmtools/Makefile

28 lines
569 B
Makefile
Raw Normal View History

# New ports collection makefile for: cpm(1)
# Date created: 25 December 1994
# Whom: joerg
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 06:56:17 +02:00
PORTNAME= cpmtools
PORTVERSION= 1.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= 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
MAN1= cpm.1
#
# need our own build target to pass PREFIX down to the make command
#
1995-04-23 15:02:52 +02:00
do-build:
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
.include <bsd.port.mk>