freebsd-ports/x11-fonts/apl385/Makefile
Mateusz Piotrowski bdb6be814b New port: x11-fonts/apl385: APL385 Unicode monospaced code font
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
2019-10-23 11:58:12 +00:00

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>