1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11-fonts/gofont-ttf/Makefile
Tobias Kortkamp 963bbd3f4e New port: x11-fonts/gofont-ttf
The Go font family includes proportional- and fixed-width faces in
normal, bold, and italic renderings.  The fonts have been tested
for technical uses, particularly programming.  Go source code looks
particularly good when displayed in Go fonts, as its name implies, with
things like punctuation characters easily distinguishable and operators
lined up and placed consistently.

WWW: https://blog.golang.org/go-fonts
2018-05-11 16:03:44 +00:00

27 lines
495 B
Makefile

# $FreeBSD$
PORTNAME= gofont-ttf
DISTVERSION= g20180511
CATEGORIES= x11-fonts
MAINTAINER= tobik@FreeBSD.org
COMMENT= Go font family
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/font/gofont/ttfs/README
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= golang
GH_PROJECT= image
GH_TAGNAME= f315e440302883054d0c2bd85486878cb4f8572c
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/font/gofont/ttfs/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>