freebsd-ports/x11-fonts/fira/Makefile
Raphael Kubo da Costa f8a65e4c1b Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
2016-06-28 09:11:31 +00:00

60 lines
1.8 KiB
Makefile

# Created by: Horia Racoviceanu <horia@racoviceanu.com>
# $FreeBSD$
PORTNAME= fira
PORTVERSION= 4.106
CATEGORIES= x11-fonts
MASTER_SITES= http://www.carrois.com/downloads/%SUBDIR%/:sans,mono \
SF/horia/${CATEGORIES}/${PORTNAME}/%SUBDIR%/:sans,mono
MASTER_SITE_SUBDIR= ${PORTNAME}_4_1/:sans ${PORTNAME}_mono_3_2/:mono
DISTNAME= ${PORTNAME:S|f|F|}
DISTFILES= ${DISTNAME}Fonts${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \
${DISTNAME}MonoFonts${MONO_VERSION}${EXTRACT_SUFX}:mono
EXTRACT_ONLY= ${DISTFILES:C|:[^:]+$||:M*.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
PORTEXAMPLES= *
MONO_VERSION= 3206
OPTIONS_DEFINE= DOCS EXAMPLES
EXAMPLES_DESC= UFO source files
DOCS_DISTFILES= ${DISTNAME}_4_1_Version_Report.rtf:sans \
${DISTNAME}PDF${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \
${DISTNAME}MonoPDF${MONO_VERSION}${EXTRACT_SUFX}:mono
EXAMPLES_DISTFILES= ${DISTNAME}UFO_beta${PORTVERSION:S|.||}${EXTRACT_SUFX}:sans \
${DISTNAME}MonoUFO_beta${MONO_VERSION}${EXTRACT_SUFX}:mono
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}*Fonts*/OTF/*.otf \
${STAGEDIR}${FONTSDIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} ${DISTDIR}/${DISTFILES:C|:[^:]+$||:M*.rtf} ${WRKSRC}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|:M*.rtf} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/${DISTNAME}*PDF*/|:M*.pdf} \
${STAGEDIR}${DOCSDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for e in ${EXAMPLES_DISTFILES:R:C|:[^:]+$||}
(cd ${WRKSRC}/${e} && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.endfor
.include <bsd.port.mk>