aboutsummaryrefslogblamecommitdiff
path: root/x11-fonts/croscorefonts-fonts-ttf/Makefile
blob: 53aff6baa2a30fb0e7e70a6c5ebd11da37fb8f55 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                             
                      
                 
                         
                                                                             
                                                                                         
                             



                                                                           
                        
 
                                    

                   


                   
                           

                        

           

                                                               

                      
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>