pkgsrc/emulators/m1/Makefile
wiz 0bbcfa7507 Initial import of m1:
M1 is an arcade video and pinball game sound emulator by R. Belmont.
The emulator is available for both Windows and Linux and features
full stereo sound at sample rates up to 48000 Hz. Over 1000 games
are supported.

This package contains the Linux binary.
2004-07-29 23:19:48 +00:00

30 lines
883 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 23:19:48 wiz Exp $
#
DISTNAME= m1074b2-lnx
PKGNAME= m1-0.7.4c
CATEGORIES= emulators audio
MASTER_SITES= http://www.emuhype.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.emuhype.com/index.phtml?s=misc&ss=index
COMMENT= Arcade video and pinball game sound emulator (Linux binary)
DEPENDS+= suse_base>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat
ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}/m1-0.7.4
NO_BUILD= # defined
CHECK_SHLIBS= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/m1 ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/m1
${INSTALL_DATA} ${WRKSRC}/m1.txt ${PREFIX}/share/doc/m1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/m1
${INSTALL_DATA} ${WRKSRC}/m1.ini ${PREFIX}/share/examples/m1
.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"