1f6a39a84e
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
32 lines
785 B
Makefile
32 lines
785 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/12/12 14:43:25 joerg 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)
|
|
|
|
.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"
|