Skip to content

Commit

Permalink
barrier: non-functional: minor improvement to portfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 7, 2024
1 parent 4daa7a9 commit 3bd1e79
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions aqua/barrier/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ PortGroup legacysupport 1.1
github.setup debauchee barrier 2.4.0 v
revision 0
categories aqua net sysutils
platforms darwin
license GPL-2
maintainers {@ryanakca debian.org:rak}
description share a keyboard and mouse over the network
long_description ${name} shares a keyboard, mouse, and clipboard over the network.\
It supports multiple operating systems, including macOS,\
Linux, FreeBSD, OpenBSD, and Windows. It is a fork of\
synergy.
Linux, FreeBSD, OpenBSD, and Windows. It is a fork of synergy.

github.tarball_from archive

Expand All @@ -26,9 +24,9 @@ checksums rmd160 25982044cb4088ad8ccb76e336b40e493f7c8e55 \
compiler.cxx_standard 2014

depends_build-append \
port:pkgconfig \
port:ghc-filesystem \
port:gtest \
port:ghc-filesystem
path:bin/pkg-config:pkgconfig

depends_lib-append \
path:lib/libssl.dylib:openssl
Expand All @@ -46,15 +44,15 @@ if { ${os.major} < 16 } {
configure.args-append \
-DBARRIER_BUILD_GUI=OFF
} else {
PortGroup qt5 1.0
PortGroup app 1.0
PortGroup qt5 1.0
PortGroup app 1.0

qt5.depends_component \
qtbase

app.create yes
app.icon dist/macos/bundle/Barrier.app/Contents/Resources/Barrier.icns
app.retina yes
app.create yes
app.icon dist/macos/bundle/Barrier.app/Contents/Resources/Barrier.icns
app.retina yes
}

if {[string match *gcc* ${configure.compiler}]} {
Expand Down

0 comments on commit 3bd1e79

Please sign in to comment.