1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11-fonts/blackout/Makefile
Mateusz Piotrowski 489626b6dc New port: x11-fonts/blackout
Blackout is a stencil sans-serif font. Its author describes it in the
following words: "Eats holes for breakfast lunch and dinner. Inspired by
filling in sans-serif newspaper headlines. Continually updated with coffee
and music. Makes your work louder than the next person's."

The font comes in three styles: Midnight (solid), 2AM (reversed), & Sunrise
(stroked).

WWW: https://www.theleagueofmoveabletype.com/blackout

PS: This is the font featured in the official 36C3 style guide.
2019-12-05 16:28:04 +00:00

28 lines
570 B
Makefile

# $FreeBSD$
PORTNAME= blackout
DISTVERSION= g20140730
CATEGORIES= x11-fonts
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Stencil font inspired by filling in sans-serif newspaper headlines
LICENSE= OFL11
LICENSE_FILE= "${WRKSRC}/Open Font License.markdown"
USES= fonts
FONTNAME= Blackout
USE_GITHUB= yes
GH_ACCOUNT= theleagueof
GH_TAGNAME= 4864cfc
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC}/webfonts && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR})
.include <bsd.port.mk>