aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/aquamarine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/aquamarine/Makefile')
-rw-r--r--x11-toolkits/aquamarine/Makefile20
1 files changed, 15 insertions, 5 deletions
diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile
index 79c592ba958f..9d9813b42b3b 100644
--- a/x11-toolkits/aquamarine/Makefile
+++ b/x11-toolkits/aquamarine/Makefile
@@ -1,10 +1,9 @@
PORTNAME= aquamarine
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.0
-PORTREVISION= 2
+DISTVERSION= 0.9.2
CATEGORIES= x11-toolkits
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tagattie@FreeBSD.org
COMMENT= Very light linux rendering backend library
WWW= https://github.com/hyprwm/aquamarine
@@ -25,10 +24,21 @@ LIB_DEPENDS= libhyprutils.so:devel/hyprutils \
RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
USES= cmake:testing compiler:c++11-lib gl pathfix pkgconfig xorg
+
USE_GITHUB= yes
+GH_ACCOUNT= hyprwm
+
USE_GL= egl gbm glesv2
+USE_LDCONFIG= yes
USE_XORG= pixman
-GH_ACCOUNT= hyprwm
-PLIST_SUB= VERSION=${DISTVERSION:C/-.*//}
+
+PLIST_SUB= SOVERSION_MAJOR=8 \
+ SOVERSION_FULL=${DISTVERSION:C/-.*//}
+
+# XXX Drop after FreeBSD 13.5 EOL around 2026-04-30
+# https://cgit.freebsd.org/src/commit/?id=af93fea71038
+.if !exists(/usr/include/sys/timerfd.h)
+LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim
+.endif
.include <bsd.port.mk>