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

Collapse All | Expand All

(-)b/emulators/firebird-emu/Makefile (+30 lines)
Added Link Here
1
PORTNAME=	firebird-emu
2
DISTVERSION=	1.5
3
CATEGORIES=	emulators
4
5
MAINTAINER=	nsonack@outlook.com
6
COMMENT=	Emulator of the ARM-based TI-Nspire calculators
7
8
LICENSE=	GPLv3
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
11
LIB_DEPENDS=	libGL.so:graphics/libglvnd
12
13
USES=		compiler:c++17-lang gl qmake qt:5
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	nspire-emus
17
GH_PROJECT=	firebird
18
GH_TAGNAME=	87868d9
19
GH_TUPLE=	jacobly0:gif-h:8cb648f:firebird/core/gif-h
20
21
USE_QT=		core declarative gui network widgets buildtools_build \
22
		qmake_build
23
USE_GL+=	gl
24
25
PLIST_FILES=	bin/firebird-emu \
26
		bin/firebird-send \
27
		share/applications/org.firebird-emus.firebird-emu.desktop \
28
		share/icons/hicolor/512x512/apps/org.firebird-emus.firebird-emu.png
29
30
.include <bsd.port.mk>
(-)b/emulators/firebird-emu/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1635074731
2
SHA256 (nspire-emus-firebird-1.5-87868d9_GH0.tar.gz) = cdcc89fa98fcaa4c9f7dedcb14305408dd205e43b47ff58f6d16a6b11d6a73e3
3
SIZE (nspire-emus-firebird-1.5-87868d9_GH0.tar.gz) = 4742322
4
SHA256 (jacobly0-gif-h-8cb648f_GH0.tar.gz) = c675a14b52918410ef50f4e848c481a33e9b06987925600e7aabadf3f3f6e0ed
5
SIZE (jacobly0-gif-h-8cb648f_GH0.tar.gz) = 8665
(-)b/emulators/firebird-emu/pkg-descr (+5 lines)
Added Link Here
1
This port is a community TI-Nspire emulator, originally created
2
by Goplat. It supports the emulation of Touchpad, TPad CAS, CX and
3
CX CAS calcs on Android, iOS, Linux, macOS and Windows.
4
5
WWW: https://github.com/nspire-emus/firebird/

Return to bug 259394