1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11-fonts/plex-ttf/Makefile
2021-11-01 17:45:38 -07:00

23 lines
538 B
Makefile

PORTNAME= plex-ttf
DISTVERSION= 6.0.0
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/IBM/plex/releases/download/v${DISTVERSION}/TrueType${EXTRACT_SUFX}?dummy=/
MAINTAINER= delphij@FreeBSD.org
COMMENT= IBM's signature typeface
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/TrueType/IBM-Plex-Mono/license.txt
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${FIND} ${WRKSRC} -name *.ttf -type f \
-exec ${INSTALL_DATA} {} ${STAGEDIR}${FONTSDIR} \;
.include <bsd.port.mk>