diff options
Diffstat (limited to 'x11/hyprcursor/Makefile')
-rw-r--r-- | x11/hyprcursor/Makefile | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/x11/hyprcursor/Makefile b/x11/hyprcursor/Makefile index a9ddfab0ebb5..026435ed893f 100644 --- a/x11/hyprcursor/Makefile +++ b/x11/hyprcursor/Makefile @@ -1,9 +1,9 @@ PORTNAME= hyprcursor DISTVERSIONPREFIX= v -DISTVERSION= 0.1.12 +DISTVERSION= 0.1.13 CATEGORIES= x11 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Hyprland cursor format, library and utilities WWW= https://github.com/hyprwm/hyprcursor @@ -16,14 +16,27 @@ LIB_DEPENDS= libzip.so:archivers/libzip \ RUN_DEPENDS= xcur2png:x11/xcur2png USES= compiler:c++11-lib cmake:testing gnome pathfix pkgconfig + USE_GITHUB= yes -USE_GNOME= cairo librsvg2 GH_ACCOUNT= hyprwm -PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} + +USE_GNOME= cairo librsvg2 +USE_LDCONFIG= yes + +PLIST_SUB= SOVERSION_MAJOR=0 \ + SOVERSION_FULL=${DISTVERSION:C/-.*//} + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS post-patch: # Respect PREFIX for icons - @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ + @${REINPLACE_CMD} 's|/usr/share|${DATADIR:H}|' \ ${WRKSRC}/lib${PORTNAME}/${PORTNAME}.cpp +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include <bsd.port.mk> |