summaryrefslogtreecommitdiff
path: root/emulators/cpmtools/Makefile
blob: 9692e75f72ea12f1e3fd8c37ec711140c3c39c5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	cpm(1)
# Date created:		25 December 1994
# Whom:			joerg
#
# $FreeBSD$
#

PORTNAME=	cpmtools
PORTVERSION=	1.1
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	asami/LOCAL_PORTS
DISTNAME=	cpm-${PORTVERSION}

MAINTAINER=	joerg@FreeBSD.org

WRKSRC=		${WRKDIR}/cpm
MAN1=		cpm.1

#
# need our own build target to pass PREFIX down to the make command
#
do-build:
	@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)

.include <bsd.port.mk>