mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
cfe7187881
Clear Sans is a versatile OpenType font for screen, print, and Web. It was designed with on-screen legibility and glanceability in mind. It strikes a balance between contemporary, professional, and stylish expression and thoroughly functional purpose. It has a sophisticated and elegant personality at all sizes, and its thoughtful design becomes even more evident at the thin weight. WWW: https://01.org/clear-sans
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clearsans
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= https://01.org/sites/default/files/downloads/
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Versatile OpenType font for screen, print, and Web
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
|
|
FONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${FONTDIR}
|
|
cd ${WRKSRC}/TTF && \
|
|
${INSTALL_DATA} *.ttf ${FONTDIR}
|
|
|
|
.include <bsd.port.mk>
|