File:  [cvs.NetBSD.org] / pkgsrc / emulators / xyame / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Sun Feb 5 23:09:05 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, HEAD
Recursive revision bump / recommended bump for gettext ABI change.

# $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"

CVSweb <webmaster@jp.NetBSD.org>