1994-12-28 12:53:42 +01:00
|
|
|
# New ports collection makefile for: cpm(1)
|
|
|
|
# Date created: 25 December 1994
|
|
|
|
# Whom: joerg
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1994-12-28 12:53:42 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= cpmtools
|
|
|
|
PORTVERSION= 1.1
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= emulators
|
1997-04-30 05:18:09 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2003-12-09 22:33:03 +01:00
|
|
|
MASTER_SITE_SUBDIR= joerg
|
2000-04-12 06:56:17 +02:00
|
|
|
DISTNAME= cpm-${PORTVERSION}
|
1997-04-30 05:18:09 +02:00
|
|
|
|
1995-04-01 15:48:45 +02:00
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Utility to transfer files from/to CP/M (R) diskettes
|
1995-04-15 05:46:07 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/cpm
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= cpm.1
|
1995-04-15 05:46:07 +02:00
|
|
|
|
1994-12-28 12:53:42 +01:00
|
|
|
#
|
|
|
|
# need our own build target to pass PREFIX down to the make command
|
|
|
|
#
|
1995-04-23 15:02:52 +02:00
|
|
|
do-build:
|
1994-12-28 12:53:42 +01:00
|
|
|
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|