freebsd-ports/x11-fonts/orbitron/Makefile
Sunpoet Po-Chuan Hsieh dbeb471f8f Add orbitron g20110525
Orbitron is a geometric sans-serif typeface intended for display purposes. It
features four weights (light, medium, bold, and black), a stylistic
alternative, small caps, and a ton of alternate glyphs.

WWW: https://github.com/theleagueof/orbitron

- While I'm here, add WWW

PR:		237080
Submitted by:	Florian Limberger <flo@snakeoilproductions.net>
2019-04-08 19:21:19 +00:00

26 lines
579 B
Makefile

# Created by: Florian Limberger <flo@snakeoilproductions.net>
# $FreeBSD$
PORTNAME= orbitron
DISTVERSION= g20110525
CATEGORIES= x11-fonts
MAINTAINER= flo@snakeoilproductions.net
COMMENT= Geometric sans-serif typeface intended for display purposes
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= theleagueof
GH_TAGNAME= 13e6a5222aa6818d81c9acd27edd701a2d744152
NO_ARCH= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>