| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-fonts/font-awesome/ |
Upload File : |
PORTNAME= font-awesome
DISTVERSION= 6.1.1
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)
WWW= https://fontawesome.com/
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
PORTSCOUT= site:https://github.com/FortAwesome/Font-Awesome/releases
PLIST_FILES= ${FONTSDIR}/Font\ Awesome\ 6\ Brands-Regular-400.otf \
${FONTSDIR}/Font\ Awesome\ 6\ Free-Regular-400.otf \
${FONTSDIR}/Font\ Awesome\ 6\ Free-Solid-900.otf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>