1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/emulators/snes9x/Makefile
1999-08-25 05:57:29 +00:00

35 lines
713 B
Makefile

# New ports collection makefile for: snes9x
# Version required: 119a
# Date created: 20 July 1997
# Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
DISTNAME= s9x119asrc
PKGNAME= snes9x-119a
CATEGORIES= emulators
MASTER_SITES= http://www.snes9x.com/zips/
MAINTAINER= nacai@iname.com
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
USE_ZIP= yes
WRKSRC= ${WRKDIR}/release
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/s9xserver ${PREFIX}/bin
.include <bsd.port.mk>