blob: ffca9b163c67c940fd40d68a2d2ab5c598638a19 (
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
24
25
26
27
|
# 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>
|