1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/cpmtools/Makefile

25 lines
541 B
Makefile
Raw Normal View History

# New ports collection makefile for: cpm(1)
# Version required: 1.1
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.13 1996/06/03 02:17:05 asami Exp $
#
DISTNAME= cpm-1.1
PKGNAME= cpmtools-1.1
CATEGORIES= emulators
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= joerg@FreeBSD.org
WRKSRC= ${WRKDIR}/cpm
#
# need our own build target to pass PREFIX down to the make command
#
1995-04-23 13:02:52 +00:00
do-build:
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
.include <bsd.port.mk>