freebsd-ports/print/adobe-cmaps/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

32 lines
709 B
Makefile

# Created by: KATO Tsuguru <tkato@prontomail.com>
# $FreeBSD$
PORTNAME= adobe-cmaps
PORTVERSION= 20051217
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= LOCAL/hrs/adobe
DISTFILES= ac15.tar.gz ag15.tar.gz \
ai0.tar.gz aj16.tar.gz \
aj20.tar.gz ak12.tar.gz rksj-cmaps.tar.gz
DIST_SUBDIR= adobe
MAINTAINER= hrs@FreeBSD.org
COMMENT= Adobe CMap collection
USES= fonts
NO_WRKSUBDIR= yes
NO_BUILD= yes
INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}
post-extract:
${RM} ${WRKSRC}/ag15/.nfsFA55
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${TAR} cf - ${INSTDIRS} | \
(cd ${STAGEDIR}${FONTSDIR} && ${TAR} xf - )
.include <bsd.port.mk>