Makefile 626 B

12345678910111213141516171819202122232425262728
  1. PORTNAME= zsh-completions
  2. PORTVERSION= 0.35.0
  3. CATEGORIES= shells
  4. MAINTAINER= sunpoet@FreeBSD.org
  5. COMMENT= Additional completion definitions for Zsh
  6. WWW= https://github.com/zsh-users/zsh-completions
  7. LICENSE= ZSH
  8. LICENSE_NAME= ZSH license
  9. LICENSE_FILE= ${WRKSRC}/LICENSE
  10. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
  11. NO_ARCH= yes
  12. NO_BUILD= yes
  13. GH_ACCOUNT= zsh-users
  14. USE_GITHUB= yes
  15. post-patch:
  16. @${RM} ${WRKSRC}/src/_tarsnap
  17. do-install:
  18. ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
  19. ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
  20. .include <bsd.port.mk>