diff options
author | danilo <danilo@FreeBSD.org> | 2014-03-11 07:29:12 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-03-11 07:29:12 +0800 |
commit | d82b23e412401e8421359c50dc519c5bfcafd6e8 (patch) | |
tree | e60af1b897a6c44c1375719142124d69f8ab32fe /emulators/Makefile | |
parent | b89f024868abe000dc5076706ea526fa56504e4e (diff) | |
download | freebsd-ports-gnome-d82b23e412401e8421359c50dc519c5bfcafd6e8.tar.gz freebsd-ports-gnome-d82b23e412401e8421359c50dc519c5bfcafd6e8.tar.zst freebsd-ports-gnome-d82b23e412401e8421359c50dc519c5bfcafd6e8.zip |
- Add the new port emulators/fs-uae
- Use a small patch to enable the build on FreeBSD 8 due the change on 'struct stat'
- Pass the maintainership to submitter
FS-UAE is a free open source Amiga Emulator based on WinUAE.
FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000
and A4000 models, but you can tweak the hardware configuration and
create customized Amigas.
PR: ports/187389
Submitted by: Carsten Jensen <tomse@tomse.dk>
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index fe496a6ef35d..e087fc0336d3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -37,6 +37,7 @@ SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo + SUBDIR += fs-uae SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils |