mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b07fedf45a
Release notes: https://github.com/JulietaUla/Montserrat/releases/tag/v7.210 While here, set NO_ARCH.
34 lines
660 B
Makefile
34 lines
660 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= montserrat
|
|
PORTVERSION= 7.210
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Sans-serif font inspired by the street signs of Montserrat
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/OFL.txt
|
|
|
|
USES= fonts
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= JulietaUla
|
|
GH_PROJECT= Montserrat
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for docfile in AUTHORS.txt CONTRIBUTORS.txt README.md
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_DATA} ${docfile} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC}/fonts/otf && \
|
|
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|