freebsd-ports/japanese/font-ayu18/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

34 lines
730 B
Makefile

# $FreeBSD$
PORTNAME= ayu18
PORTVERSION= 1.3.1.1
PORTREVISION= 2
CATEGORIES= japanese x11-fonts
MASTER_SITES= OSDN/x-tt/8535/:goth \
OSDN/x-tt/8494/:min
PKGNAMEPREFIX= ja-font-
DISTFILES= ayu18gothic-1.3a${EXTRACT_SUFX}:goth \
ayu18mincho-1.1${EXTRACT_SUFX}:min
MAINTAINER= hrs@FreeBSD.org
COMMENT= Ayu 18-dot Kanji font
BUILD_DEPENDS= mkitalic:x11-fonts/mkbold-mkitalic \
bdftopcf:x11-fonts/bdftopcf
USES= fonts
NO_ARCH= yes
NO_WRKSUBDIR= yes
SUB_FILES= Makefile pkg-message
MAKEFILE= ${WRKDIR}/Makefile
PORTDOCS= README.txt
OPTIONS_DEFINE= DOCS
pre-build: apply-slist
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>