Files
ports/emulators/firebird/Makefile
T
Nico Sonack 0357271f05 emulators/firebird-emu: rename to emulators/firebird
Fix various issues with this port:

 - PORTNAME
 - Git Hashes for dependencies
 - Build failure on aarch64

PR:		259394
Signed-off-by:	Nico Sonack <nsonack@herrhotzenplotz.de>
2026-02-14 15:21:16 +01:00

31 lines
807 B
Makefile

PORTNAME= firebird
DISTVERSIONPREFIX= v
DISTVERSION= 1.6
CATEGORIES= emulators
PKGNAMESUFFIX= -emu
MAINTAINER= nsonack@herrhotzenplotz.de
COMMENT= Emulator of the ARM-based TI-Nspire calculators
WWW= https://github.com/nspire-emus/firebird/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libGL.so:graphics/libglvnd
USES= compiler:c++17-lang desktop-file-utils gl qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= nspire-emus
GH_TUPLE= jacobly0:gif-h:8cb648fb02d3f18fb7f325cbe71bbb0a56a0bbe7:firebird/core/gif-h
USE_QT= core declarative gui network widgets buildtools:build
USE_GL+= gl
PLIST_FILES= bin/firebird-emu \
bin/firebird-send \
share/applications/org.firebird-emus.firebird-emu.desktop \
share/icons/hicolor/512x512/apps/org.firebird-emus.firebird-emu.png
.include <bsd.port.mk>