xref: /mports/x11-fonts/clearsans/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	clearsans
2PORTVERSION=	1.00
3CATEGORIES=	x11-fonts
4MASTER_SITES=	https://01.org/sites/default/files/downloads/
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Versatile OpenType font for screen, print, and Web
8
9LICENSE=	Apache-2.0
10
11USES=		fonts zip
12NO_ARCH=	yes
13NO_BUILD=	yes
14NO_WRKSUBDIR=	yes
15
16do-install:
17	${MKDIR} ${FONTSDIR}
18	cd ${WRKSRC}/TTF && \
19		${INSTALL_DATA} *.ttf ${FONTSDIR}
20
21.include <bsd.port.mk>
22

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026