freebsd-ports/emulators/tuxnes/Makefile

27 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: tuxnes
# Date created: 13 Feb 2000
# Whom: Jeroen Ruigrok van der Werven <asmodai@freebsd.org>
#
# $FreeBSD$
#
2000-04-12 06:56:17 +02:00
PORTNAME= tuxnes
PORTVERSION= 0.75
PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= SF
2003-10-18 00:19:49 +02:00
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
.include <bsd.port.mk>