summaryrefslogtreecommitdiff
path: root/emulators/darcnes/Makefile
blob: c83b5b6efa5ae7a34c9d7d7ebf2eff989ddd8bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.19 2003/08/02 19:52:12 wiz Exp $

PKGNAME=	darcnes-20010401

MAINTAINER=	wiz@NetBSD.org
COMMENT=	Multi-system emulator (NES, SMS, GG, PCE, and others)

USE_X11=	yes
MAKE_ENV+=	TARGET=Linux_X

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darcnes
	${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/doc/darcnes

.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"