299e6742dd
The port only installs .ttf files.
24 lines
463 B
Makefile
24 lines
463 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clearsans
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= https://01.org/sites/default/files/downloads/
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Versatile OpenType font for screen, print, and Web
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= fonts zip
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC}/TTF && \
|
|
${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|