1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/emulators/tuxnes/Makefile
FUJISHIMA Satsuki b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00

26 lines
506 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= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= asmodai@freebsd.org
COMMENT= A Nintendo Entertainment System 8-bit emulator
USE_GETOPT_LONG=yes
USE_GMAKE= YES
USE_X_PREFIX= YES
GNU_CONFIGURE= YES
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>