freebsd-ports/x11-fonts/sourceserifpro-ttf/Makefile
Sunpoet Po-Chuan Hsieh 39158617d2 - Add sourceserifpro-ttf 1.017
Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro
family.

WWW: https://github.com/adobe-fonts/source-serif-pro
2016-11-26 10:34:31 +00:00

30 lines
587 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sourceserifpro-ttf
PORTVERSION= 1.017
DISTVERSIONSUFFIX= R
CATEGORIES= x11-fonts
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of fonts by Adobe designed for UI
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
NO_BUILD= yes
USES= fonts
FONTNAME= SourceSerifPro
SUB_FILES= pkg-message
GH_ACCOUNT= adobe-fonts
GH_PROJECT= source-serif-pro
USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>