1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11-fonts/fira/Makefile
Alexey Dokuchaev bcb10ae8c7 - Update Mozilla's Open Source Type Family Fira to versions 4.203 (Sans)
and 3.202 (Code & Mono)
- Remove UFO source files installation option: they are no longer offered
  for download from carrois.com and probably of low interest to end-user
- Update mastersites, WWW references, and port description text

TIMESTAMP (Fira_Sans_4_2.zip) = 1477043341
2017-01-17 10:11:16 +00:00

39 lines
896 B
Makefile

# Created by: Horia Racoviceanu <horia@racoviceanu.com>
# $FreeBSD$
PORTNAME= fira
PORTVERSION= 4.203
CATEGORIES= x11-fonts
MASTER_SITES= https://carrois.com/downloads/Fira/
DISTFILES= Fira_Code_3_2.zip Fira_Mono_3_2.zip Fira_Sans_4_2.zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Sans-serif and monospaced typeface for small screens
LICENSE= OFL11
USES= fonts zip
USE_XORG= x11
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= pkg-message
PORTDOCS= *.pdf *.rtf
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${FIND} ${WRKSRC}/Fira* -type f -name \*.otf | while read f; do \
${INSTALL_DATA} $$f ${STAGEDIR}${FONTSDIR} ; done
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Fira*/PDF/*.pdf ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Fira_Sans_4_2/Fira_4_2_Version_Log.rtf \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>