freebsd-ports/x11-fonts/font-awesome/Makefile
Yuri Victorovich d0e020f5d0 x11-fonts/font-awesome: Updated pkg-descr to reflect the fact that only desktop fonts are installed.
The change is originally requested by Adam Weinberger <adamw@FreeBSD.org>.

PR:		223616
Approved by:	tcberner (mentor), Dmitri Goutnik <dg@syrec.org> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13054
2017-11-12 20:50:42 +00:00

27 lines
526 B
Makefile

# $FreeBSD$
PORTNAME= font-awesome
DISTVERSION= 4.7.0
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://fontawesome.io/assets/
MAINTAINER= dg@syrec.org
COMMENT= Suite of 675 pictographic icons from Font Awesome
LICENSE= OFL11
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_FILES= ${FONTSDIR}/fontawesome-webfont.ttf \
${FONTSDIR}/FontAwesome.otf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fonts/*.[t,o]tf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>