1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-fonts/sourceserifpro-ttf/Makefile
Sunpoet Po-Chuan Hsieh 15f8334d7b Add PORTSCOUT
2017-12-20 14:37:32 +00:00

34 lines
636 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= sourceserifpro
PORTVERSION= 2.000
DISTVERSIONSUFFIX= R
CATEGORIES= x11-fonts
PKGNAMESUFFIX= -ttf
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set of fonts by Adobe designed for UI
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
PORTSCOUT= skipv:variable-fonts
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>