1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-fonts/hermit/Makefile
2020-09-28 05:05:24 +00:00

28 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= hermit
DISTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://pcaro.es/d/
PKGNAMESUFFIX= -font
DISTNAME= otf-hermit-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Monospaced font for programmers by a programmer
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= fonts
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>