summaryrefslogtreecommitdiff
path: root/emulators/xyame/Makefile
blob: 03abea88052f5bc84dc5d9a165c6921959a2b156 (plain)
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
# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:46 tv Exp $
#

DISTNAME=		xyame038
PKGNAME=		xyame-038
CATEGORIES=		emulators
MASTER_SITES=		http://www.emuxhaven.net/emuxhaven/multis/

MAINTAINER=		wiz@NetBSD.org
#HOMEPAGE=		http://www.geocities.co.jp/Stylish/2068/yame.html
COMMENT=		Multi-system emulator (Gameboy, NES, and PC-Engine)

DEPENDS+=		suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11

WRKSRC=		${WRKDIR}
NO_CONFIGURE=	yes
NO_BUILD=	yes

CHECK_SHLIBS=	no

ONLY_FOR_PLATFORM+=	*-*-i386

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xyame ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/yame.6 ${PREFIX}/man/man6/xyame.6

.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"