diff options
Diffstat (limited to 'graphics/hyprland-protocols/Makefile')
-rw-r--r-- | graphics/hyprland-protocols/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/hyprland-protocols/Makefile b/graphics/hyprland-protocols/Makefile new file mode 100644 index 000000000000..e8c07429b712 --- /dev/null +++ b/graphics/hyprland-protocols/Makefile @@ -0,0 +1,28 @@ +PORTNAME= hyprland-protocols +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.4 +CATEGORIES= graphics + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Wayland protocol extensions for Hyprland +WWW= https://github.com/hyprwm/hyprland-protocols + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= meson + +USE_GITHUB= yes +GH_ACCOUNT= hyprwm + +NO_ARCH= yes + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> |