pkgsrc/emulators/xyame/Makefile
jlam 60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00

31 lines
782 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/05/22 22:22:03 jlam 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
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"