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

                                                                   
 
           

 
                    
                   

                                               
                                        
                      
 
                                 
 
                   
                   
                   
 





                             
           

                                                                 
                                      

                                                                     
 
                           
# New ports collection makefile for:	ines
# Date created:		02 November 1996
# Whom:			Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	ines
PORTVERSION=	1.2
CATEGORIES=	emulators
MASTER_SITES=	http://www.komkon.org/fms/iNES/
DISTNAME=	iNES12-FreeBSD-80x86-bin
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	nakai@FreeBSD.org

NO_WRKSUBDIR=	yes
USE_X_PREFIX=	yes
NO_BUILD=	yes

.include <bsd.port.pre.mk>

.if ${PORTOBJFORMAT} == "elf"
STRIP=
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/NES/ines ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/NES/ines-debug ${PREFIX}/bin
	@${MKDIR} ${PREFIX}/share/ines
	@${INSTALL_DATA} ${WRKSRC}/NES/iNES.html ${PREFIX}/share/ines
	@${INSTALL_DATA} ${WRKSRC}/NES/CART.NES ${PREFIX}/share/ines

.include <bsd.port.post.mk>