freebsd-ports/x11-fonts/crosextrafonts-carlito-ttf/Makefile

29 lines
653 B
Makefile

PORTNAME= crosextrafonts-carlito
PORTVERSION= 20130920
PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= https://gsdview.appspot.com/chromeos-localmirror/distfiles/ \
https://commondatastorage.googleapis.com/chromeos-localmirror/distfiles
MAINTAINER= office@FreeBSD.org
COMMENT= Font created by Google for ChromeOS to replace MS Calibri
WWW= https://code.google.com/p/chromium/issues/detail?id=280557
LICENSE= OFL11
USES= fonts xorg
USE_XORG= x11
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
FONTNAME= Carlito
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>