ports: Add libxshfence port

This commit is contained in:
2026-07-05 14:01:27 +03:00
parent 659bc50aec
commit 6e2542d896
3 changed files with 64 additions and 0 deletions

11
ports/libxshmfence/build.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash ../install.sh
NAME='libxshmfence'
VERSION='1.3.3'
DOWNLOAD_URL="https://www.x.org/releases/individual/lib/libxshmfence-$VERSION.tar.xz#d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10"
CONFIG_SUB=('config.sub')
DEPENDENCIES=('xorgproto')
CONFIGURE_OPTIONS=(
'--enable-shared=yes'
'--enable-static=no'
)