blob: fc7a8869ac605e688b942083ea1bc52e7e79b1aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
# $FreeBSD$
PORTNAME= tuxnes
PORTVERSION= 0.75
PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/TuxNES/TuxNES%20v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Nintendo Entertainment System 8-bit emulator
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= uses i386 assembly code
USE_XORG= x11 ice sm xext xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/romfixer bin/tuxnes
NO_STAGE= yes
.include <bsd.port.mk>
|