2023-07-23 13:28:05 +00:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2023-09-01 13:27:50 +00:00
|
|
|
port='ObjFW'
|
2023-09-01 21:24:00 +00:00
|
|
|
version='8d19ba9c8f1955673569e10919025624975e896f'
|
2023-09-01 13:27:50 +00:00
|
|
|
useconfigure='true'
|
2023-07-10 11:10:29 +00:00
|
|
|
files=(
|
2023-09-01 21:24:00 +00:00
|
|
|
"https://github.com/ObjFW/ObjFW/archive/${version}.tar.gz#4fbdeba8f2792f5fcdb75d3f0da12f927ea3b0ec0c0f16bef9a743b476f84724"
|
2023-07-10 11:10:29 +00:00
|
|
|
)
|
2023-07-23 13:28:05 +00:00
|
|
|
use_fresh_config_sub='true'
|
2023-09-01 13:27:50 +00:00
|
|
|
config_sub_paths=(
|
|
|
|
'build-aux/config.sub'
|
|
|
|
)
|
|
|
|
depends=(
|
|
|
|
'openssl'
|
|
|
|
)
|
2023-07-23 13:28:05 +00:00
|
|
|
|
|
|
|
# Only required for non-releases.
|
|
|
|
pre_configure() {
|
|
|
|
run ./autogen.sh
|
|
|
|
}
|