mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cf118ccf87
Reported by: lwhsu
31 lines
782 B
Makefile
31 lines
782 B
Makefile
PORTNAME= font-awesome
|
|
DISTVERSION= 5.14.0
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= https://use.fontawesome.com/releases/v${DISTVERSION}/
|
|
DISTNAME= fontawesome-free-${DISTVERSION}-desktop
|
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
|
COMMENT= Suite of pictographic icons from Font Awesome (free version)
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= fonts zip
|
|
|
|
PORTSCOUT= site:https://github.com/FortAwesome/Font-Awesome/releases
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PLIST_FILES= ${FONTSDIR}/Font\ Awesome\ 5\ Brands-Regular-400.otf \
|
|
${FONTSDIR}/Font\ Awesome\ 5\ Free-Regular-400.otf \
|
|
${FONTSDIR}/Font\ Awesome\ 5\ Free-Solid-900.otf
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|