diff options
Diffstat (limited to 'devel/catppuccin-whiskers/Makefile')
-rw-r--r-- | devel/catppuccin-whiskers/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/catppuccin-whiskers/Makefile b/devel/catppuccin-whiskers/Makefile new file mode 100644 index 000000000000..057004b81e22 --- /dev/null +++ b/devel/catppuccin-whiskers/Makefile @@ -0,0 +1,29 @@ +PORTNAME= whiskers +DISTVERSIONPREFIX= v +DISTVERSION= 2.5.1 +PORTREVISION= 1 +CATEGORIES= devel +PKGNAMEPREFIX= catppuccin- + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= Soothing port creation tool for the high-spirited! +WWW= https://whiskers.catppuccin.com/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= catppuccin + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= CHANGELOG.md README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> |