freebsd-ports/x11-fonts/uw-ttyp0/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

31 lines
776 B
Makefile

# $FreeBSD$
PORTNAME= uw-ttyp0
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Monospaced bitmap fonts for X11
LICENSE= MIT TTYP0
LICENSE_COMB= multi
LICENSE_NAME_TTYP0= ttyp0 License
LICENSE_FILE_TTYP0= ${WRKSRC}/LICENSE
LICENSE_PERMS_TTYP0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
HAS_CONFIGURE= yes
NO_ARCH= yes
USES= fonts gmake perl5
USE_PERL5= build
# Passing --prefix and --pcfdir to the configure script does not work: it is a
# homebrewed script that relies on features only present in expr(1) from GNU
# coreutils.
MAKE_ARGS= PREFIX=${LOCALBASE} PCFDIR=${FONTSDIR}
.include <bsd.port.mk>