1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11-fonts/croscorefonts-fonts-ttf/Makefile
2020-01-27 08:05:12 +00:00

32 lines
654 B
Makefile

# Created by: Pedro Giffuni
# $FreeBSD$
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>