mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d208cc8f7d
Support PLIST_FILES PR: ports/70115 Submitted by: Ports Fury
28 lines
543 B
Makefile
28 lines
543 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Nintendo Entertainment System 8-bit emulator
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GETOPT_LONG= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/romfixer bin/tuxnes
|
|
|
|
.include <bsd.port.mk>
|