diff options
Diffstat (limited to 'x11-toolkits/aquamarine/Makefile')
-rw-r--r-- | x11-toolkits/aquamarine/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile index 5453c190d9c0..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= jbeich@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Very light linux rendering backend library WWW= https://github.com/hyprwm/aquamarine @@ -25,13 +24,18 @@ 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/-.*//} -# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 +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 |