blob: 38fc5494e8d6a85de1b68409cfa8949057f3d7c0 (
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
29
30
31
32
33
|
# $NetBSD: Makefile,v 1.5 2006/02/05 23:09:05 joerg Exp $
#
DISTNAME= xyame038
PKGNAME= xyame-038
PKGREVISION= 1
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)
.include "../../emulators/suse_linux/Makefile.application"
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
.endif
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
CHECK_SHLIBS= no
ONLY_FOR_PLATFORM+= *-*-i386
INSTALLATION_DIRS= bin man/man6
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xyame ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/yame.6 ${PREFIX}/man/man6/xyame.6
.include "../../mk/bsd.pkg.mk"
|