blob: b3bc48a47ae3155a5db49e384871737c6b1627d0 (
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
|
# New ports collection makefile for: cpm(1)
# Version required: 1.1
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.12 1995/11/22 11:48:07 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
#
do-build:
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
.include <bsd.port.mk>
|