mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +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:
parent
29e213fece
commit
58976c7e1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372150
@ -37,6 +37,7 @@
|
||||
SUBDIR += fmsx
|
||||
SUBDIR += frodo
|
||||
SUBDIR += fs-uae
|
||||
SUBDIR += fs-uae-launcher
|
||||
SUBDIR += fuse
|
||||
SUBDIR += fuse-roms
|
||||
SUBDIR += fuse-utils
|
||||
|
24
emulators/fs-uae-launcher/Makefile
Normal file
24
emulators/fs-uae-launcher/Makefile
Normal 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>
|
2
emulators/fs-uae-launcher/distinfo
Normal file
2
emulators/fs-uae-launcher/distinfo
Normal 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
|
4
emulators/fs-uae-launcher/pkg-descr
Normal file
4
emulators/fs-uae-launcher/pkg-descr
Normal 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
|
1155
emulators/fs-uae-launcher/pkg-plist
Normal file
1155
emulators/fs-uae-launcher/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user