pkgsrc/fonts/montserrat/Makefile
pin f4bf1bd5d4 fonts/montserrat: import
The old posters and signs in the traditional neighborhood of Buenos Aires called
Montserrat inspired Julieta Ulanovsky to design a typeface that rescues the
beauty of urban typography from the first half of the twentieth century.
The goal is to rescue what is in Montserrat and set it free, under a free, libre
and open source license, the SIL Open Font License.
2020-08-06 11:06:42 +00:00

23 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/08/06 11:06:42 pin Exp $
DISTNAME= Montserrat-7.210
PKGNAME= ${DISTNAME:tl}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=JulietaUla/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/JulietaUla/Montserrat/
COMMENT= Geometric sans-serif typeface font by Julieta Ulanovsky
LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}/${DISTNAME}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
INSTALLATION_DIRS+= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR}
.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"