diff options
Diffstat (limited to 'x11/waycorner/Makefile')
-rw-r--r-- | x11/waycorner/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/waycorner/Makefile b/x11/waycorner/Makefile new file mode 100644 index 000000000000..b5ef05ae656e --- /dev/null +++ b/x11/waycorner/Makefile @@ -0,0 +1,26 @@ +PORTNAME= waycorner +DISTVERSION= 0.2.3 +CATEGORIES= x11 wayland + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Hot corners for Wayland +WWW= https://github.com/AndreasBackx/waycorner + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= AndreasBackx + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> |