View | Details | Raw Unified | Return to bug 233957 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/Makefile (+1 lines)
Lines 37-42 Link Here
37
    SUBDIR += fmsx
37
    SUBDIR += fmsx
38
    SUBDIR += frodo
38
    SUBDIR += frodo
39
    SUBDIR += fs-uae
39
    SUBDIR += fs-uae
40
    SUBDIR += fs-uae-devel
40
    SUBDIR += fs-uae-launcher
41
    SUBDIR += fs-uae-launcher
41
    SUBDIR += fuse
42
    SUBDIR += fuse
42
    SUBDIR += fuse-roms
43
    SUBDIR += fuse-roms
(-)b/emulators/fs-uae-devel/Makefile (+47 lines)
Added Link Here
1
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	fs-uae
5
PORTVERSION=	2.9.7
6
CATEGORIES=	emulators
7
PKGNAMESUFFIX=	-devel
8
9
MAINTAINER=	johalun0@gmail.com
10
COMMENT=	Amiga emulator (development branch)
11
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
CONFLICTS_INSTALL=	fs-uae-[0-9]*
16
17
BUILD_DEPENDS=	zip:archivers/zip
18
19
LIB_DEPENDS=	libpng.so:graphics/png \
20
		libopenal.so:audio/openal-soft \
21
		libmpeg2.so:multimedia/libmpeg2
22
23
USES=		desktop-file-utils gettext gl gmake autoreconf \
24
		libtool gnome localbase pkgconfig shared-mime-info
25
26
USE_SDL=	sdl2
27
USE_GL=	gl
28
USE_GNOME=	glib20
29
USE_XORG=	x11
30
31
# Building with GCC gives better emulator performance.
32
USE_GCC=	any
33
34
USE_GITHUB=	yes
35
GH_ACCOUNT=	FrodeSolheim
36
GH_PROJECT=	fs-uae
37
GH_TAGNAME=	7f4b992
38
39
LLD_UNSAFE=	yes
40
INSTALLS_ICONS=	yes
41
42
GNU_CONFIGURE=	yes
43
CONFIGURE_ARGS=	--disable-jit
44
45
OPTIONS_DEFINE=	DOCS
46
47
.include <bsd.port.mk>
(-)b/emulators/fs-uae-devel/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1544561226
2
SHA256 (FrodeSolheim-fs-uae-2.9.7-7f4b992_GH0.tar.gz) = 18d3cd09478e88c06a6828d961c358da2747d2a2e800b3184c6e34e68080c664
3
SIZE (FrodeSolheim-fs-uae-2.9.7-7f4b992_GH0.tar.gz) = 4755344
(-)b/emulators/fs-uae-devel/pkg-descr (+6 lines)
Added Link Here
1
FS-UAE is a free open source Amiga Emulator based on WinUAE.
2
FS-UAE emulates A500, A500+, A600, A1200, A1000, A3000
3
and A4000 models, but you can tweak the hardware configuration and
4
create customized Amigas.
5
6
WWW: https://fs-uae.net/
(-)b/emulators/fs-uae-devel/pkg-plist (+33 lines)
Added Link Here
1
bin/fs-uae
2
bin/fs-uae-device-helper
3
share/applications/fs-uae.desktop
4
%%PORTDOCS%%%%DOCSDIR%%/COPYING
5
%%PORTDOCS%%%%DOCSDIR%%/README
6
%%DATADIR%%/fs-uae.dat
7
%%DATADIR%%/share-dir
8
share/icons/hicolor/128x128/apps/fs-uae.png
9
share/icons/hicolor/16x16/apps/fs-uae.png
10
share/icons/hicolor/22x22/apps/fs-uae.png
11
share/icons/hicolor/24x24/apps/fs-uae.png
12
share/icons/hicolor/256x256/apps/fs-uae.png
13
share/icons/hicolor/32x32/apps/fs-uae.png
14
share/icons/hicolor/48x48/apps/fs-uae.png
15
share/icons/hicolor/64x64/apps/fs-uae.png
16
share/locale/cs/LC_MESSAGES/fs-uae.mo
17
share/locale/da/LC_MESSAGES/fs-uae.mo
18
share/locale/de/LC_MESSAGES/fs-uae.mo
19
share/locale/eo/LC_MESSAGES/fs-uae.mo
20
share/locale/es/LC_MESSAGES/fs-uae.mo
21
share/locale/fi/LC_MESSAGES/fs-uae.mo
22
share/locale/fr/LC_MESSAGES/fs-uae.mo
23
share/locale/hu/LC_MESSAGES/fs-uae.mo
24
share/locale/it/LC_MESSAGES/fs-uae.mo
25
share/locale/nb/LC_MESSAGES/fs-uae.mo
26
share/locale/nl/LC_MESSAGES/fs-uae.mo
27
share/locale/pl/LC_MESSAGES/fs-uae.mo
28
share/locale/pt/LC_MESSAGES/fs-uae.mo
29
share/locale/pt_BR/LC_MESSAGES/fs-uae.mo
30
share/locale/sr/LC_MESSAGES/fs-uae.mo
31
share/locale/sv/LC_MESSAGES/fs-uae.mo
32
share/locale/tr/LC_MESSAGES/fs-uae.mo
33
share/mime/packages/fs-uae.xml
(-)b/emulators/fs-uae/Makefile (+3 lines)
Lines 12-17 COMMENT= Amiga emulator Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
CONFLICTS_INSTALL=	fs-uae-devel-[0-9]*
16
15
BUILD_DEPENDS=	zip:archivers/zip
17
BUILD_DEPENDS=	zip:archivers/zip
16
18
17
LIB_DEPENDS=	libpng.so:graphics/png \
19
LIB_DEPENDS=	libpng.so:graphics/png \
Lines 25-30 USE_SDL= sdl2 Link Here
25
USE_GL=		gl
27
USE_GL=		gl
26
USE_GNOME=	glib20
28
USE_GNOME=	glib20
27
USE_XORG=	x11
29
USE_XORG=	x11
30
USE_GCC=	any
28
31
29
LLD_UNSAFE=	yes
32
LLD_UNSAFE=	yes
30
INSTALLS_ICONS=	yes
33
INSTALLS_ICONS=	yes

Return to bug 233957