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


                                                     
           

 

                               
                 

                                                              
                                                      

                            
                                         
                                                                            
 
                                                            
                           
                           
                           

          
                                                               



                                           
                                        

                             
                                           
                      
                                           
                      
                                           
                      
                                          
                      
                                              

                      
                                                                 

                      
# New ports collection makefile for:	vMac
# Date created:				Jul 11th 1999
# Whom:					troll
#
# $FreeBSD$
#

PORTNAME=		vMac
PORTVERSION=		0.1.9.3
PORTREVISION=	2
CATEGORIES=		emulators
MASTER_SITES=		http://www.vmac.org/download/XWindows/
DISTNAME=		${PORTNAME}-${PORTVERSION}-src
EXTRACT_SUFX=		.tgz

MAINTAINER=		ports@FreeBSD.org
COMMENT=	Emulates a MacPlus machine!  Runs MacOS versions up to 7.5.5

WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE=	 	yes
GNU_CONFIGURE=		yes
USE_XLIB=		yes

pre-patch:
	(cd ${WRKSRC} && ${SH} ${FILESDIR}/dos2unx gemulator.c)

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/vMac \
	    ${PREFIX}/bin
	@${STRIP_CMD} ${PREFIX}/bin/vMac
.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/CREDITS \
	    ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/INSTALL \
	    ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/LICENSE \
	    ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README \
	    ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.rom \
	    ${DOCSDIR}
.endif
	@${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}:

.include <bsd.port.mk>