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
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mona
|
|
PORTVERSION= 2.90
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= SF/monafont/monafont/monafont-${PORTVERSION}
|
|
PKGNAMEPREFIX= ja-font-
|
|
DISTNAME= monafont-${PORTVERSION}
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= 12,14,16-dot Kanji fonts
|
|
|
|
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
|
|
mkfontscale>=0:x11-fonts/mkfontscale
|
|
|
|
USES= fonts perl5 tar:bzip2
|
|
USE_PERL5= build
|
|
NO_ARCH= yes
|
|
MAKE_ENV= FONTSDIR="${FONTSDIR}"
|
|
SUB_FILES= pkg-message
|
|
ALL_TARGET= bdf
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/fonts.alias ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|