1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add new port emulators/fs-uae-launcher

PR:		193801
Submitted by:	uffe

The FS-UAE Launcher is an easy to use GUI frontend for FS-UAE, the
free and open source Amiga Emulator based on WinUAE.
This commit is contained in:
John Marino 2014-11-04 16:32:34 +00:00
parent 29e213fece
commit 58976c7e1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372150
5 changed files with 1186 additions and 0 deletions

View File

@ -37,6 +37,7 @@
SUBDIR += fmsx
SUBDIR += frodo
SUBDIR += fs-uae
SUBDIR += fs-uae-launcher
SUBDIR += fuse
SUBDIR += fuse-roms
SUBDIR += fuse-utils

View File

@ -0,0 +1,24 @@
# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= fs-uae-launcher
PORTVERSION= 2.4.1
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/
MAINTAINER= uffe@uffe.org
COMMENT= GUI launcher for the FS-UAE Amiga emulator
LICENSE= GPLv2
USES= gettext gmake pathfix python shebangfix
INSTALLS_ICONS= yes
MAKE_ARGS= DESTDIR=${STAGEDIR} prefix=${PREFIX}
do-build:
(cd ${WRKSRC} && ${PYTHON_CMD} setup.py build)
(cd ${WRKSRC} && ${PYTHON_CMD} \
setup.py install --root ${STAGEDIR} --prefix ${PREFIX})
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (fs-uae-launcher-2.4.1.tar.gz) = 77a22a7a2dee7eef42fc5eb735624bf5760488df1628431e4fbc05da90ee04dd
SIZE (fs-uae-launcher-2.4.1.tar.gz) = 8069483

View File

@ -0,0 +1,4 @@
The FS-UAE Launcher is an easy to use GUI frontend for FS-UAE, the
free and open source Amiga Emulator based on WinUAE.
WWW: http://fs-uae.net/launcher

File diff suppressed because it is too large Load Diff