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
27 lines
526 B
Makefile
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>
|