rebuild geeqie
[oi-userland.git] / components / desktop / remmina / Makefile
blob2cd3d1220da2a10e6ac8da55f926e4bb97d04a75
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2020 Marco van Wieringen
13 # Copyright 2023 Niklas Poslovski
16 BUILD_STYLE= cmake
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= Remmina
20 COMPONENT_VERSION= 1.4.37
21 COMPONENT_SUMMARY= Remmina remote desktop client
22 COMPONENT_PROJECT_URL= https://remmina.org
23 COMPONENT_FMRI= desktop/remote-desktop/remmina
24 COMPONENT_CLASSIFICATION= Applications/Internet
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_HASH= sha256:de8287afd2f058e245550040a7e13f4b2e9aabcee5f3b51a4523aef013ff1fa8
28 COMPONENT_ARCHIVE_URL= https://github.com/FreeRDP/Remmina/archive/v$(COMPONENT_VERSION).tar.gz
29 COMPONENT_LICENSE= GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 LDFLAGS += -lnsl -lsocket
37 CMAKE_OPTIONS += -DWITH_AVAHI=OFF
38 CMAKE_OPTIONS += -DWITH_LIBSSH=OFF
39 CMAKE_OPTIONS += -DWITH_APPINDICATOR=OFF
40 CMAKE_OPTIONS += -DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bin/gmsgmerge
41 CMAKE_OPTIONS += -DGETTEXT_MSGFMT_EXECUTABLE=/usr/bin/gmsgfmt
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES += $(OPENSSL_PKG)
45 REQUIRED_PACKAGES += desktop/library/libayatana-appindicator
46 REQUIRED_PACKAGES += desktop/remote-desktop/freerdp
47 REQUIRED_PACKAGES += library/desktop/cairo
48 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
49 REQUIRED_PACKAGES += library/desktop/gtk3
50 REQUIRED_PACKAGES += library/desktop/json-glib
51 REQUIRED_PACKAGES += library/desktop/webkitgtk2
52 REQUIRED_PACKAGES += library/glib2
53 REQUIRED_PACKAGES += library/libsecret
54 REQUIRED_PACKAGES += library/libvncserver
55 REQUIRED_PACKAGES += library/print/cups-libs
56 REQUIRED_PACKAGES += library/security/libsodium
57 REQUIRED_PACKAGES += shell/ksh93
58 REQUIRED_PACKAGES += system/library
59 REQUIRED_PACKAGES += system/library/security/libgcrypt
60 REQUIRED_PACKAGES += web/curl