freebsd-ports/x11-fonts/tv-fonts/Makefile
Niclas Zeising 7a325e6491 x11-fonts/mkfontscale: Update to 1.2.0
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
2019-03-11 21:25:57 +00:00

35 lines
1 KiB
Makefile

# Created by: Oliver Lehmann <lehmann@ans-netz.de>
# $FreeBSD$
PORTNAME= tv-fonts
PORTVERSION= 1.1
PORTREVISION= 6
CATEGORIES= x11-fonts
MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/
MAINTAINER= oliver@FreeBSD.org
COMMENT= Number of fonts which are useful for TV applications
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
mkfontscale>=0:x11-fonts/mkfontscale
USES= gmake fonts tar:bzip2
MAKE_JOBS_UNSAFE= yes
FONTNAME= misc
FONTS= caption.pcf.gz captioni.pcf.gz led-iso10646-1.pcf.gz \
led-iso8859-1.pcf.gz led-iso8859-10.pcf.gz led-iso8859-13.pcf.gz \
led-iso8859-14.pcf.gz led-iso8859-15.pcf.gz led-iso8859-2.pcf.gz \
led-iso8859-3.pcf.gz led-iso8859-4.pcf.gz led-iso8859-5.pcf.gz \
led-iso8859-7.pcf.gz led-iso8859-8.pcf.gz led-iso8859-9.pcf.gz \
led-koi8-r.pcf.gz teletext1.pcf.gz teletext1i.pcf.gz \
teletext2.pcf.gz teletext2i.pcf.gz teletext4.pcf.gz \
teletext4i.pcf.gz
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
.for font in ${FONTS}
${INSTALL_DATA} ${WRKSRC}/${font} ${STAGEDIR}${FONTSDIR}
.endfor
.include <bsd.port.mk>