Files
ports/net/megatools/Makefile
T
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB

not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
2025-01-28 11:22:02 +00:00

35 lines
672 B
Makefile

PORTROACH = limit:[0-9]\.tar\.gz
COMMENT = command line client application for Mega
DISTNAME = megatools-1.11.1.20230212
REVISION = 0
CATEGORIES = net
HOMEPAGE = https://megatools.megous.com/
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += c crypto curl gio-2.0 glib-2.0 gobject-2.0
SITES = https://megatools.megous.com/builds/
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
BUILD_DEPENDS = devel/gobject-introspection \
textproc/asciidoc \
textproc/docbook2x
LIB_DEPENDS = devel/glib2 \
net/curl
MODULES = devel/meson
# tests require network access
NO_TEST = Yes
.include <bsd.port.mk>