mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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
28 lines
530 B
Makefile
28 lines
530 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= crosextrafonts
|
|
PORTVERSION= 20130214
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/
|
|
PKGNAMESUFFIX= -caladea
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Font created by Google for ChromeOS to replace MS Cambria
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= fonts
|
|
USE_XORG= x11
|
|
|
|
SUB_FILES= pkg-message
|
|
NO_BUILD= yes
|
|
|
|
FONTNAME= Caladea
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|