7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
35 lines
643 B
Makefile
35 lines
643 B
Makefile
# Created by: Pedro Giffuni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sourcesanspro
|
|
PORTVERSION= 2.045
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= R-ro/1.095R-it
|
|
CATEGORIES= x11-fonts
|
|
PKGNAMESUFFIX= -ttf
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Set of fonts by Adobe designed for user interfaces
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
PORTSCOUT= skipv:variable-fonts
|
|
|
|
USES= fonts
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
FONTNAME= SourceSansPro
|
|
SUB_FILES= pkg-message
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= adobe-fonts
|
|
GH_PROJECT= source-sans-pro
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|