summaryrefslogblamecommitdiff
path: root/emulators/cpmtools/Makefile
blob: 7a5d5b14a5411c325130f5a79ae269fbab17e4bd (plain) (tree)
1
2
3
4
5
6
7
8
9




                                              
                                                      


                       
                            
                         

                                    
                                 

                             
                     
 


                                                                   
         



                                                                               
# New ports collection makefile for:	cpm(1)
# Version required:	1.1
# Date created:		25 December 1994
# Whom:			joerg
#
# $Id: Makefile,v 1.15 1996/11/18 13:58:24 asami Exp $
#

DISTNAME=	cpm-1.1
PKGNAME=	cpmtools-1.1
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_LOCAL}

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>