1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/emulators/tuxnes/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

27 lines
525 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= 4
CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A Nintendo Entertainment System 8-bit emulator
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= uses i386 assembly code
USE_XORG= x11 ice sm xext xpm
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/romfixer bin/tuxnes
.include <bsd.port.mk>