1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/snes9x/Makefile
Seiichirou Hiraoka 468b815704 Update to 118e
Now it comes with sound!
But disabled the joystick
PR: ports/10852
Submitted by: nakai@internetsolutions.co.jp
1999-03-31 14:01:19 +00:00

39 lines
885 B
Makefile

# New ports collection makefile for: snes9x
# Version required: 118e
# Date created: 20 July 1997
# Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.7 1999/02/03 11:11:42 asami Exp $
#
DISTNAME= snes118e
PKGNAME= snes9x-118e
CATEGORIES= emulators
MASTER_SITES= http://www.snes9x.com/zips/
EXTRACT_SUFX= .zip
MAINTAINER= nacai@iname.com
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS+= egcc:${PORTSDIR}/lang/pgcc
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
USE_GMAKE= YES
USE_X_PREFIX= YES
MAKEFILE= Makefile.linux
ALL_TARGET= snes9x s9xserver
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= # empty
WRKSRC= ${WRKDIR}/release
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/s9xserver ${PREFIX}/bin
.include <bsd.port.mk>