1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11-fonts/clearsans/Makefile
Raphael Kubo da Costa cfe7187881 Add x11-fonts/clearsans.
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
2014-01-01 16:50:03 +00:00

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>