Files
ports/www/lagrange/Makefile
T
Robert Clausecker c48a395418 www/lagrange: fix build on armv7, touch up
- unbundle devel/stb; this fixes the build on armv7
 - define option SSE41 only on x86 platforms

Approved by:	lcook (maintainer timeout)
PR:		283773
MFH:		2025Q1
2025-01-17 13:33:29 +01:00

44 lines
1.1 KiB
Makefile

PORTNAME= lagrange
DISTVERSION= 1.17.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://git.skyjake.fi/gemini/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= lcook@FreeBSD.org
COMMENT= Beautiful Gemini Client
WWW= https://gmi.skyjake.fi/lagrange/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= zip>0:archivers/zip \
stb>0:devel/stb
LIB_DEPENDS= libfribidi.so:converters/fribidi \
libharfbuzz.so:print/harfbuzz \
libmpg123.so:audio/mpg123 \
libpcre2-8.so:devel/pcre2 \
libunistring.so:devel/libunistring \
libwebp.so:graphics/webp
USES= cmake compiler:c11 desktop-file-utils pkgconfig sdl ssl xorg
BROKEN_SSL= libressl
BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL
USE_SDL= sdl2
USE_XORG= ice sm x11 xext
CFLAGS+= -I${LOCALBASE}/include/stb
CMAKE_ARGS+= -DTFDN_ENABLE_WARN_ERROR=OFF
OPTIONS_DEFINE_amd64= SSE41
OPTIONS_DEFINE_i386= SSE41
OPTIONS_DEFINE= ${OPTIONS_DEFINE_${ARCH}}
SSE41_DESC= Enable SSE4.1 support
SSE41_CMAKE_ON= -DTFDN_ENABLE_SSE41:BOOL=ON
post-extract:
${RM} ${WRKSRC}/src/stb_*.h
.include <bsd.port.mk>