mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
8e667fb268
From Florian Viehweger (Maintainer), thanks
54 lines
1.2 KiB
Makefile
54 lines
1.2 KiB
Makefile
COMMENT = SDL multi protocol (gemini, gopher) navigator
|
|
|
|
VERSION = 1.20.7
|
|
DISTNAME = lagrange-${VERSION}
|
|
|
|
CATEGORIES = net x11
|
|
|
|
MAINTAINER = Florian Viehweger <openbsd@out-of-creativity.de>
|
|
|
|
HOMEPAGE = https://gmi.skyjake.fi/lagrange/
|
|
|
|
# BSD 2-Clause
|
|
PERMIT_PACKAGE =Yes
|
|
|
|
WANTLIB += ICE SDL2 SM X11 Xext c crypto curses fribidi harfbuzz jxl
|
|
WANTLIB += jxl_threads m mpg123 opusfile pcre2-8 pthread ssl unistring
|
|
WANTLIB += webpdecoder z
|
|
|
|
DEBUG_PACKAGES =${BUILD_PACKAGES}
|
|
|
|
SITES = https://git.skyjake.fi/skyjake/lagrange/releases/download/v${VERSION}/
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
MODULES = devel/cmake
|
|
|
|
BUILD_DEPENDS = archivers/zip
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+4,-guic
|
|
|
|
LIB_DEPENDS = audio/mpg123 \
|
|
audio/opusfile \
|
|
converters/libunistring \
|
|
devel/fribidi \
|
|
devel/harfbuzz \
|
|
devel/pcre2 \
|
|
devel/sdl2 \
|
|
graphics/libjxl \
|
|
graphics/libwebp
|
|
|
|
CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE \
|
|
-DENABLE_GAMEPAD=TRUE \
|
|
-DENABLE_GUI=TRUE \
|
|
-DENABLE_TUI=TRUE
|
|
|
|
# Don't enable SSE4.1, it fails at runtime on old amd64 machines and i386
|
|
CONFIGURE_ARGS += -DTFDN_ENABLE_SSE41=No
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|