freebsd-ports/x11-fonts/croscorefonts-fonts-ttf/Makefile
2021-04-06 16:31:07 +02:00

30 lines
642 B
Makefile

# Created by: Pedro Giffuni
PORTNAME= croscorefonts
PORTVERSION= 1.31.0
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= https://gsdview.appspot.com/chromeos-localmirror/distfiles/ \
https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles \
LOCAL/sunpoet
MAINTAINER= office@FreeBSD.org
COMMENT= Fonts created from by Google for ChromeOS to replace MS TTF
LICENSE= APACHE20
USES= fonts tar:bzip2 xorg
USE_XORG= x11
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
FONTNAME= ChromeOS
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>