pkgsrc/fonts/awesome-ttf/Makefile
khorben e06d8d2bc2 Packaged fonts/awesome-ttf 4.2.0, "The iconic font and CSS toolkit"
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
2014-11-02 17:58:21 +00:00

25 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/11/02 17:58:21 khorben Exp $
#
DISTNAME= font-awesome-4.2.0
PKGNAME= awesome-ttf-4.2.0
CATEGORIES= fonts
MASTER_SITES= http://fortawesome.github.io/Font-Awesome/assets/
EXTRACT_SUFX= .zip
MAINTAINER= khorben@defora.org
HOMEPAGE= http://fortawesome.github.io/Font-Awesome/assets/
COMMENT= The iconic font and CSS toolkit
LICENSE= ofl-v1.1
NO_CONFIGURE= yes
NO_BUILD= yes
FONTS_DIRS.ttf= share/fonts/X11/TTF
INSTALLATION_DIRS= ${FONTS_DIRS.ttf}
do-install:
${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
.include "../../mk/bsd.pkg.mk"