@@ -8,14 +8,12 @@ PortGroup legacysupport 1.1
8
8
github.setup debauchee barrier 2.4.0 v
9
9
revision 0
10
10
categories aqua net sysutils
11
- platforms darwin
12
11
license GPL-2
13
12
maintainers {@ryanakca debian.org:rak}
14
13
description share a keyboard and mouse over the network
15
14
long_description ${name} shares a keyboard, mouse, and clipboard over the network.\
16
15
It supports multiple operating systems, including macOS,\
17
- Linux, FreeBSD, OpenBSD, and Windows. It is a fork of\
18
- synergy.
16
+ Linux, FreeBSD, OpenBSD, and Windows. It is a fork of synergy.
19
17
20
18
github.tarball_from archive
21
19
@@ -26,9 +24,9 @@ checksums rmd160 25982044cb4088ad8ccb76e336b40e493f7c8e55 \
26
24
compiler.cxx_standard 2014
27
25
28
26
depends_build-append \
29
- port:pkgconfig \
27
+ port:ghc-filesystem \
30
28
port:gtest \
31
- port:ghc-filesystem
29
+ path:bin/pkg-config:pkgconfig
32
30
33
31
depends_lib-append \
34
32
path:lib/libssl.dylib:openssl
@@ -46,15 +44,12 @@ if { ${os.major} < 16 } {
46
44
configure.args-append \
47
45
-DBARRIER_BUILD_GUI=OFF
48
46
} else {
49
- PortGroup qt5 1.0
50
- PortGroup app 1.0
47
+ PortGroup qt5 1.0
48
+ PortGroup app 1.0
51
49
52
- qt5.depends_component \
53
- qtbase
54
-
55
- app.create yes
56
- app.icon dist/macos/bundle/Barrier.app/Contents/Resources/Barrier.icns
57
- app.retina yes
50
+ app.create yes
51
+ app.icon dist/macos/bundle/Barrier.app/Contents/Resources/Barrier.icns
52
+ app.retina yes
58
53
}
59
54
60
55
if {[string match *gcc* ${configure.compiler} ]} {
0 commit comments