diff options
author | tm <tm@pkgsrc.org> | 2018-12-10 20:19:07 +0000 |
---|---|---|
committer | tm <tm@pkgsrc.org> | 2018-12-10 20:19:07 +0000 |
commit | d63028143e9795298c21950d48754296601d7910 (patch) | |
tree | a8c2ba6a807d0757d80d9006cc64cd95600d2f4b /fonts/awesome-otf/Makefile | |
parent | b7e22c7d3a6b9f6b25c71f211dafc4be4947388b (diff) | |
download | pkgsrc-d63028143e9795298c21950d48754296601d7910.tar.gz |
awesome-otf: add version 5.5.0
Font Awesome gives you scalable vector icons that can instantly be customized -
size, color, drop shadow, and anything that can be done with the power of CSS.
Font Awesome by Dave Gandy - http://fontawesome.io
Diffstat (limited to 'fonts/awesome-otf/Makefile')
-rw-r--r-- | fonts/awesome-otf/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/awesome-otf/Makefile b/fonts/awesome-otf/Makefile new file mode 100644 index 00000000000..e3009fe570d --- /dev/null +++ b/fonts/awesome-otf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2018/12/10 20:19:07 tm Exp $ +# + +VERSION= 5.5.0 +DISTNAME= fontawesome-free-${VERSION}-desktop +PKGNAME= awesome-otf-${VERSION} +CATEGORIES= fonts +MASTER_SITES= https://use.fontawesome.com/releases/v${VERSION}/ +EXTRACT_SUFX= .zip + +MAINTAINER= tm@core.io +HOMEPAGE= https://fontawesome.com/ +COMMENT= The iconic font and CSS toolkit +LICENSE= ofl-v1.1 + +USE_LANGUAGES= # none +NO_CONFIGURE= yes +NO_BUILD= yes + +FONTS_DIRS.ttf= share/fonts/X11/OTF + +INSTALLATION_DIRS= ${FONTS_DIRS.ttf} + +do-install: + ${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf} + +.include "../../mk/bsd.pkg.mk" |