1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11-fonts/steps-mono/Makefile
Mateusz Piotrowski edfedf4e20 New port: x11-fonts/steps-mono
Steps Mono was created by Raphael Bastide and Jean-Baptiste Morizot
for the French magazine Etapes: to demonstrate a collaborative design
on the same font.

WWW: https://raphaelbastide.com/steps-mono
2020-04-19 15:07:31 +00:00

30 lines
595 B
Makefile

# Created by: Mateusz Piotrowski <0mp@FreeBSD.org>
# $FreeBSD$
PORTNAME= steps-mono
DISTVERSION= 0.3-29
DISTVERSIONSUFFIX= -gc090a79
CATEGORIES= x11-fonts
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Monospace font created for the French magazine Etapes
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= raphaelbastide
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${FONTSDIR}/Steps-Mono-Thin.otf \
${FONTSDIR}/Steps-Mono.otf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fonts/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>