summaryrefslogtreecommitdiff
path: root/emulators/ines/Makefile
blob: ea2e86438c46a83eba83714b113e09bb210bf611 (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
25
26
27
28
# New ports collection makefile for:   ines
# Version required:    0.5
# Date created:        02 November 1996
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.2 1996/12/05 10:59:49 asami Exp $
#

DISTNAME=	NES
PKGNAME=        ines-0.5
CATEGORIES=     emulators
MASTER_SITES=	${MASTER_SITE_LOCAL}
DISTFILES=	iNES05-FreeBSD-80x86-bin.tar.Z

MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp

USE_X11=	yes

do-build:

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin/ines
	${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/dasm
	@${MKDIR} ${PREFIX}/share/ines
	@${INSTALL_DATA} ${WRKSRC}/iNES.doc ${PREFIX}/share/ines

.include <bsd.port.mk>