mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:27:44 +00:00
Ports: Make array-like settings actual arrays
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
This commit is contained in:
parent
e507cfcdb0
commit
c07f91474d
149 changed files with 352 additions and 345 deletions
|
@ -2,15 +2,15 @@
|
|||
port=ncurses
|
||||
version=6.2
|
||||
useconfigure=true
|
||||
configopts="
|
||||
--enable-pc-files
|
||||
--enable-sigwinch
|
||||
--enable-term-driver
|
||||
--with-pkg-config=/usr/local/lib/pkgconfig
|
||||
--with-pkg-config-libdir=/usr/local/lib/pkgconfig
|
||||
--with-shared
|
||||
--without-ada
|
||||
"
|
||||
configopts=(
|
||||
"--enable-pc-files"
|
||||
"--enable-sigwinch"
|
||||
"--enable-term-driver"
|
||||
"--with-pkg-config=/usr/local/lib/pkgconfig"
|
||||
"--with-pkg-config-libdir=/usr/local/lib/pkgconfig"
|
||||
"--with-shared"
|
||||
"--without-ada"
|
||||
)
|
||||
files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d"
|
||||
auth_type="sha256"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue