summaryrefslogtreecommitdiff
path: root/emulators/tuxnes/Makefile
blob: 4ffe8ff9123810c9a005f5de394b5ce4d7179e4d (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
# 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.73
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_LOCAL} \
		http://tmmm.simplenet.com/tuxnes/packages/
MASTER_SITE_SUBDIR=	asmodai

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>