9f4664ae95
An improved version of vtfontcvt(8) with support for all font widths and improved parsing of BDFs (FONT, FONTBOUNDINGBOX, BBX, etc.) based on patches from https://bugs.freebsd.org/205707. WWW: https://github.com/t6/vtfontcvt-ng PR: 205707
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vtfontcvt-ng
|
|
DISTVERSION= g20190119
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Improved version of vtfontcvt(8)
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= t6
|
|
GH_TAGNAME= fd00785a764f1c699f03d53e8a7ef308eb0b78f8
|
|
|
|
MAKE_ARGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
|
|
PLIST_FILES= bin/vtfontcvt-ng \
|
|
man/man8/vtfontcvt-ng.8.gz
|
|
|
|
.include <bsd.port.mk>
|