1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/cpmtools/Makefile
Satoshi Asami e9e95ea4c9 Change package name to cpmtools-1.1 to avoid confusion with cpmemu, the
"real" emulator (this port used to be called cpm-1.1).
1995-07-12 22:48:51 +00:00

25 lines
539 B
Makefile

# New ports collection makefile for: cpm(1)
# Version required: 1.1
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.9 1995/05/03 13:09:56 asami Exp $
#
DISTNAME= cpm-1.1
PKGNAME= cpmtools-1.1
CATEGORIES+= utilities
MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= joerg@FreeBSD.org
WRKSRC= ${WRKDIR}/cpm
#
# 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>