1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/x11-fonts/b612/Makefile
Sunpoet Po-Chuan Hsieh 4082eeeac0 Update to 1.008
- Update LICENSE_FILE

Changes:	https://github.com/polarsys/b612/releases
2019-03-15 21:40:52 +00:00

33 lines
697 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>