1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-fonts/b612/Makefile
2021-04-06 16:31:07 +02:00

32 lines
685 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= b612
PORTVERSION= 1.008
CATEGORIES= x11-fonts
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Highly legible font family for aircraft cockpit screens
LICENSE= EDL EPL OFL11
LICENSE_COMB= dual
LICENSE_NAME_EDL= Eclipse Distribution License
LICENSE_FILE_EDL= ${WRKSRC}/edl-v10.html
LICENSE_FILE_EPL= ${WRKSRC}/EPL-2.0.html
LICENSE_PERMS_EDL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= fonts
NO_ARCH= yes
NO_BUILD= yes
FONTNAME= b612
GH_ACCOUNT= polarsys
USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/fonts/ttf/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>