7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
33 lines
662 B
Makefile
33 lines
662 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= montserrat
|
|
PORTVERSION= 7.200
|
|
PORTREVISION= 1
|
|
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_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for docfile in AUTHOR.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>
|