7bbe62c88c
This version fixes support for some mappers, adds new ones, sports a revamped sound system, multiple video modes, can work with W and GGI, zipped file support, and more I missed. NetBSD now compiles natively too, OpenBSD is kinda of hard right now due to as problems [old version].
25 lines
471 B
Makefile
25 lines
471 B
Makefile
# New ports collection makefile for: tuxnes
|
|
# Date created: 13 Feb 2000
|
|
# Whom: Jeroen Ruigrok van der Werven <asmodai@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tuxnes
|
|
PORTVERSION= 0.75
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= asmodai@freebsd.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
USE_GMAKE= YES
|
|
USE_X_PREFIX= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|