bdb6be814b
This is a port of APL385 Unicode, a monospaced code font. Developed with all APL software vendors in the late 1980s and enhanced as required with new characters to meet interpreter updates. WWW: http://apl385.com/fonts Differential Revision: https://reviews.freebsd.org/D22094
28 lines
473 B
Makefile
28 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= apl385
|
|
DISTVERSION= 20191020
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://apl385.com/fonts/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= APL385 Unicode monospaced code font
|
|
|
|
LICENSE= PD
|
|
|
|
USES= fonts zip
|
|
|
|
FONTNAME= APL385
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= ${FONTSDIR}/Apl385.ttf
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/Apl385.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|