mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38: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
33 lines
709 B
Makefile
33 lines
709 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tmu
|
|
DISTVERSION= 1.901b
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/thdltools/TibetanMachineFont/TMU_${DISTVERSION}
|
|
DISTFILES= TibMachUni-${DISTVERSION}.ttf
|
|
DIST_SUBDIR= tmu
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Free Tibetan Machine Uni font
|
|
|
|
LICENSE= GPLv3 # gpl.txt located at SF site
|
|
|
|
USES= fonts
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= ${FONTSDIR}/tmu.ttf
|
|
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS= #
|
|
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/TibMachUni-${DISTVERSION}.ttf \
|
|
${STAGEDIR}${FONTSDIR}/tmu.ttf
|
|
|
|
.include <bsd.port.mk>
|