mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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
26 lines
506 B
Makefile
26 lines
506 B
Makefile
# Created by: Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcfonts
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 4
|
|
CATEGORIES= chinese x11-fonts
|
|
MASTER_SITES= GENTOO
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kuo Chauo Chinese Fonts collection
|
|
|
|
USES= fonts
|
|
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
|
|
|
|
MAKE_ARGS= CFONTDIR=${FONTSDIR} EFONTDIR=${FONTSDIR}
|
|
MAKE_JOBS_UNSAFE=yes
|
|
BROKEN_sparc64= Does not build on sparc64
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|