summaryrefslogtreecommitdiff
path: root/emulators/fceux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to version 0.97.5Kirill Ponomarev2003-12-274-24/+29
| | | | | | | | PR: 60629 Submitted by: maintainer Notes: svn path=/head/; revision=96712
* - Add new man pageKirill Ponomarev2003-08-312-30/+38
| | | | | | | | | | - Use DOCSDIR macro PR: 56236 Submitted by: maintainer Notes: svn path=/head/; revision=88202
* 1. delete pkg-message: this file slipped in by mistake.Maho Nakata2003-07-235-28/+23
| | | | | | | | | | | | | | | 2. fix pkg-plist for version 0.96 3. move message for WITH_OPTIMIZED_FLAGS to correct place 4. delete -mcpu=i686 -march=i686: Not all i386 is i686. cpu dependent optimize is done by CPUTYPE. 5. change fix for non-i386 arch PR: 54686 Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> (maintainer) Notes: svn path=/head/; revision=85477
* Clean up of the port.Maho Nakata2003-07-211-3/+3
| | | | | | | | | | | | | 1. ECHO -> ECHO_CMD 2. .if !defined(WITH_OPTIMIZED_FLAGS) should be inside of pre-everything:: since shell command in question isn't under any target, and it is not a valid syntax. Reviewed by: will Pointy hat to: myself Notes: svn path=/head/; revision=85258
* FCE Ultra is an NTSC and PAL Famicom/NES emulator for variousMaho Nakata2003-07-207-0/+172
platforms, distributed under GPL. It is based upon Bero's original FCE source code. Current features include good PPU, CPU, pAPU, expansion chip, and joystick emulation. PR: 45166 Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp> Notes: svn path=/head/; revision=85227