1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/japanese/font-mona/Makefile
MANTANI Nobutaka 1322f330bd - Install font files to ${FONTSDIR} instead of ${DATADIR}.
- Stop to make symbolic links from the font files to
  ${PREFIX}/share/fonts/misc/, which is found in the default
  font path, because recent libXfont does not follow symbolic
  links.
- Add pkg-message.in to show additional font path settings.
- Remove unnecessary pkg-install.in.
- Bump PORTREVISION.

PR:		225125 [1], 226519 [2]
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2]
Reported by:	Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
2018-03-11 14:57:29 +00:00

29 lines
646 B
Makefile

# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
PORTNAME= mona
PORTVERSION= 2.90
PORTREVISION= 1
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 \
mkfontdir:x11-fonts/mkfontdir
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>